diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-12-14 17:52:36 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-12-14 17:52:36 +0100 |
commit | 738dcc102db67a741893e2979c034df9904e2925 (patch) | |
tree | 2bbe8202b5a897f63ec7174862b1df7b2419adbb | |
parent | 28afa8bab125a354daf8a6114efb8df0c49767b6 (diff) | |
download | fetchmail-738dcc102db67a741893e2979c034df9904e2925.tar.gz fetchmail-738dcc102db67a741893e2979c034df9904e2925.tar.bz2 fetchmail-738dcc102db67a741893e2979c034df9904e2925.zip |
Fixup MD5 transition.
-rw-r--r-- | fm_md5.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 */ |