diff --git a/mail/fetchmail/patches/001-Fixup-MD5-transition.patch b/mail/fetchmail/patches/001-Fixup-MD5-transition.patch new file mode 100644 index 000000000..e96b1769e --- /dev/null +++ b/mail/fetchmail/patches/001-Fixup-MD5-transition.patch @@ -0,0 +1,25 @@ +--- a/fm_md5.h ++++ b/fm_md5.h +@@ -5,16 +5,8 @@ + + #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; + #else +@@ -37,6 +29,5 @@ + */ + typedef struct MD5Context MD5_CTX; + +-#endif + #endif /* !MD5_H */