[Commits] ssl_certificate.c 1.4.2.40 1.4.2.41

claws at claws-mail.org claws at claws-mail.org
Wed May 16 07:43:17 CEST 2012


Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv10193/src/common

Modified Files:
      Tag: gtk2
	ssl_certificate.c 
Log Message:
2012-05-16 [paul]	3.8.0cvs41

	* src/common/ssl_certificate.c
		fix bug 2646, 'Compile fails with gnutls-3.0.18'
		Patch by Christian Hesse 

Index: ssl_certificate.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/ssl_certificate.c,v
retrieving revision 1.4.2.40
retrieving revision 1.4.2.41
diff -u -d -r1.4.2.40 -r1.4.2.41
--- ssl_certificate.c	30 Aug 2011 06:18:09 -0000	1.4.2.40
+++ ssl_certificate.c	16 May 2012 05:43:14 -0000	1.4.2.41
@@ -686,7 +686,7 @@
 	      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;
 



More information about the Commits mailing list