Bug 2646

Summary: Compile fails with gnutls-3.0.18
Product: Claws Mail (GTK 2) Reporter: Christian Hesse <mail>
Component: OtherAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.8.1   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
fix compile with gnutls-3.0.18 none

Description Christian Hesse 2012-04-07 21:41:20 UTC
Created attachment 1104 [details]
fix compile with gnutls-3.0.18

Compile fails when gnutls-3.0.18 is installed. The problem is that the data type gnutls_pkcs12_bag does no longer exist but was renamed to gnutls_pkcs12_bag_t. The patch is attached.

There are still a lot of deprecated warnings, though.
Comment 1 users 2012-05-16 07:44:34 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.claws-mail.org/tracker/

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