[package] fetchmail: fixup md5 transition
[packages.git] / mail / fetchmail / patches / 001-Fixup-MD5-transition.patch
1 --- a/fm_md5.h
2 +++ b/fm_md5.h
3 @@ -5,16 +5,8 @@
4  
5  #include <sys/types.h>
6  
7 -#ifdef HAVE_MD5_H
8 -#include <md5.h>
9 -#else
10  #include "fetchmail.h"
11 -#ifndef HEADER_MD5_H
12 -/* Try to avoid clashes with OpenSSL */
13 -#define HEADER_MD5_H 
14 -#endif
15  
16 -
17  #if SIZEOF_INT == 4
18  typedef unsigned int uint32;
19  #else
20 @@ -37,6 +29,5 @@
21   */
22  typedef struct MD5Context MD5_CTX;
23  
24 -#endif
25  #endif /* !MD5_H */