26 lines
389 B
Diff
26 lines
389 B
Diff
|
--- a/fm_md5.h
|
||
|
+++ b/fm_md5.h
|
||
|
@@ -5,16 +5,8 @@
|
||
|
|
||
|
#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;
|
||
|
#else
|
||
|
@@ -37,6 +29,5 @@
|
||
|
*/
|
||
|
typedef struct MD5Context MD5_CTX;
|
||
|
|
||
|
-#endif
|
||
|
#endif /* !MD5_H */
|