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

(-)work/gkrellm-2.2.7/src/mail.c (+1 lines)
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