aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/sha_one.c')
-rw-r--r--crypto/sha/sha_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha_one.c b/crypto/sha/sha_one.c
index 2d955de162..5426faae4a 100644
--- a/crypto/sha/sha_one.c
+++ b/crypto/sha/sha_one.c
@@ -60,7 +60,7 @@
#include <string.h>
#include <openssl/sha.h>
-#ifndef NO_SHA0
+#ifndef OPENSSL_NO_SHA0
unsigned char *SHA(const unsigned char *d, unsigned long n, unsigned char *md)
{
SHA_CTX c;