summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_md5.c')
-rw-r--r--crypto/evp/m_md5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c
index 18531b67a0..9fc9530127 100644
--- a/crypto/evp/m_md5.c
+++ b/crypto/evp/m_md5.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_MD5
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
@@ -79,3 +80,4 @@ EVP_MD *EVP_md5(void)
{
return(&md5_md);
}
+#endif