Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93211 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- src/configure
0
++ src/configure
Lines 37-42 Link Here
37
#include <gnutls/openssl.h>
37
#include <gnutls/openssl.h>
38
#include <errno.h>
38
#include <errno.h>
39
#include <pthread.h>
39
#include <pthread.h>
40
#include <gcrypt.h>
40
41
41
GCRY_THREAD_OPTION_PTHREAD_IMPL;
42
GCRY_THREAD_OPTION_PTHREAD_IMPL;
42
43
43
-- src/mail.c
44
++ src/mail.c
Lines 40-45 Link Here
40
#if defined(HAVE_GNUTLS)
40
#if defined(HAVE_GNUTLS)
41
#include <gnutls/openssl.h>
41
#include <gnutls/openssl.h>
42
#include <pthread.h>
42
#include <pthread.h>
43
#include <gcrypt.h>
43
#define MD5Init		MD5_Init
44
#define MD5Init		MD5_Init
44
#define MD5Update	MD5_Update
45
#define MD5Update	MD5_Update
45
#define MD5Final	MD5_Final
46
#define MD5Final	MD5_Final

Return to bug 93211