aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-12-14 17:52:36 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-12-14 17:52:36 +0100
commit738dcc102db67a741893e2979c034df9904e2925 (patch)
tree2bbe8202b5a897f63ec7174862b1df7b2419adbb
parent28afa8bab125a354daf8a6114efb8df0c49767b6 (diff)
downloadfetchmail-738dcc102db67a741893e2979c034df9904e2925.tar.gz
fetchmail-738dcc102db67a741893e2979c034df9904e2925.tar.bz2
fetchmail-738dcc102db67a741893e2979c034df9904e2925.zip
Fixup MD5 transition.
-rw-r--r--fm_md5.h9
1 files changed, 0 insertions, 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 <sys/types.h>
-#ifdef HAVE_MD5_H
-#include <md5.h>
-#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 */