Bug 3064

Summary: headers in wrong order -- file src/common/ssl.c
Product: Claws Mail (GTK 2) Reporter: dmpevoz+zqc6ig
Component: OtherAssignee: users
Status: RESOLVED FIXED    
Severity: minor    
Priority: P3    
Version: 3.9.3   
Hardware: PC   
OS: Linux   

Description dmpevoz+zqc6ig 2014-01-20 09:54:34 UTC
#if GNUTLS_VERSION_NUMBER <= 0x020b00
#include <gcrypt.h>
GCRY_THREAD_OPTION_PTHREAD_IMPL;
#endif

#include "claws.h"
#include "utils.h"
#include "ssl.h"


is a problem, since GNUTLS_VERSION_NUMBER is defined in gnutls headers, included via ssl.h.
Comment 1 Ricardo Mones 2014-01-21 17:28:01 UTC
Fixed in:

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=845d06230be8876ec0664d362125e1e1b6575507

But wrote a wrong bug number in commit message ;-P