aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/sha/sha1_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/sha/sha1_one.c')
-rw-r--r--openssl/crypto/sha/sha1_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/sha/sha1_one.c b/openssl/crypto/sha/sha1_one.c
index 483117419..7c65b6027 100644
--- a/openssl/crypto/sha/sha1_one.c
+++ b/openssl/crypto/sha/sha1_one.c
@@ -61,7 +61,7 @@
#include <openssl/sha.h>
#include <openssl/crypto.h>
-#if !defined(OPENSSL_NO_SHA1)
+#ifndef OPENSSL_NO_SHA1
unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md)
{
SHA_CTX c;