Bug 2826

Summary: replace deprecated gnutls function
Product: Claws Mail (GTK 2) Reporter: Christian Hesse <mail>
Component: OtherAssignee: users
Status: RESOLVED FIXED    
Severity: minor    
Priority: P3    
Version: 3.9.1   
Hardware: All   
OS: All   
Attachments:
Description Flags
replace deprecated gnutls function none

Description Christian Hesse 2012-11-27 09:48:14 UTC
Created attachment 1197 [details]
replace deprecated gnutls function

This should replace deprecated gnutls function, still working with gnutls <= 2.10. Tested and works for me, hope that is ok.

Last warning about ssl is about unused gcry_threads_pthread, though I do not really understand why as it already should be expluded by includes.
Comment 1 users 2012-11-27 11:20: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-11-27 [colin]	3.9.0cvs24

	* src/common/ssl.c
		Fix bug #2826, "replace deprecated gnutls function"
		Patch by Christian Hesse