From 738dcc102db67a741893e2979c034df9904e2925 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 14 Dec 2010 17:52:36 +0100 Subject: Fixup MD5 transition. --- fm_md5.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/fm_md5.h b/fm_md5.h index 95bb4edd..91ef93c1 100644 --- a/fm_md5.h +++ b/fm_md5.h @@ -5,15 +5,7 @@ #include -#ifdef HAVE_MD5_H -#include -#else #include "fetchmail.h" -#ifndef HEADER_MD5_H -/* Try to avoid clashes with OpenSSL */ -#define HEADER_MD5_H -#endif - #if SIZEOF_INT == 4 typedef unsigned int uint32; @@ -37,5 +29,4 @@ void MD5Transform(uint32 buf[4], uint32 const in[16]); */ typedef struct MD5Context MD5_CTX; -#endif #endif /* !MD5_H */ -- cgit v1.2.3