diff options
Diffstat (limited to 'main/claws-mail/claws_gnutls.patch')
-rw-r--r-- | main/claws-mail/claws_gnutls.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/claws-mail/claws_gnutls.patch b/main/claws-mail/claws_gnutls.patch new file mode 100644 index 0000000000..315a0eddb7 --- /dev/null +++ b/main/claws-mail/claws_gnutls.patch @@ -0,0 +1,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; + |