aboutsummaryrefslogtreecommitdiffstats
path: root/main/claws-mail/claws_gnutls.patch
blob: 315a0eddb7b6a9b8085965af84e9351254fb68fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2646

diff --git a/src/common/ssl_certificate.c b/src/common/ssl_certificate.c
index f37e51f..4911acb 100644
--- a/src/common/ssl_certificate.c
+++ b/src/common/ssl_certificate.c
@@ -686,7 +686,7 @@ parse_pkcs12 (gnutls_pkcs12_t p12,
 	      gnutls_x509_privkey * key,
 	      gnutls_x509_crt_t * cert)
 {
-  gnutls_pkcs12_bag bag = NULL;
+  gnutls_pkcs12_bag_t bag = NULL;
   int index = 0;
   int ret;