aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md4/md4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4/md4test.c')
-rw-r--r--crypto/md4/md4test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4test.c b/crypto/md4/md4test.c
index 97e6e21efd..78bcd4394a 100644
--- a/crypto/md4/md4test.c
+++ b/crypto/md4/md4test.c
@@ -60,7 +60,7 @@
#include <string.h>
#include <stdlib.h>
-#ifdef NO_MD4
+#ifdef OPENSSL_NO_MD4
int main(int argc, char *argv[])
{
printf("No MD4 support\n");