aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/md5test.c')
-rw-r--r--crypto/md5/md5test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/md5test.c b/crypto/md5/md5test.c
index 6bd8656302..cf8cf51b6b 100644
--- a/crypto/md5/md5test.c
+++ b/crypto/md5/md5test.c
@@ -60,7 +60,7 @@
#include <string.h>
#include <stdlib.h>
-#ifdef NO_MD5
+#ifdef OPENSSL_NO_MD5
int main(int argc, char *argv[])
{
printf("No MD5 support\n");