Bug 3064 - headers in wrong order -- file src/common/ssl.c
Summary: headers in wrong order -- file src/common/ssl.c
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.9.3
Hardware: PC Linux
: P3 minor
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2014-01-20 09:54 UTC by dmpevoz+zqc6ig
Modified: 2014-01-21 17:28 UTC (History)
0 users

See Also:


Attachments

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

Note You need to log in before you can comment on or make changes to this bug.