]> Pileus Git - ~andy/fetchmail/blobdiff - fm_md5.h
Protect against possible NULL pointer
[~andy/fetchmail] / fm_md5.h
index cc1a96878e86b2a67d54df6f92a75d44e0c6805c..86ec8ab5f063dc6456685f7282784a43d509c126 100644 (file)
--- a/fm_md5.h
+++ b/fm_md5.h
@@ -5,14 +5,7 @@
 
 #include <stdint.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
 
 struct MD5Context {
        uint32_t buf[4];
@@ -30,5 +23,4 @@ void MD5Transform(uint32_t buf[4], uint32_t const in[16]);
  */
 typedef struct MD5Context MD5_CTX;
 
-#endif
 #endif /* !MD5_H */