aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha1_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/sha1_one.c')
-rw-r--r--crypto/sha/sha1_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha1_one.c b/crypto/sha/sha1_one.c
index 861752eaa7..e6a24888ed 100644
--- a/crypto/sha/sha1_one.c
+++ b/crypto/sha/sha1_one.c
@@ -60,7 +60,7 @@
#include <string.h>
#include <openssl/sha.h>
-#ifndef NO_SHA1
+#ifndef OPENSSL_NO_SHA1
unsigned char *SHA1(const unsigned char *d, unsigned long n, unsigned char *md)
{
SHA_CTX c;