diff options
Diffstat (limited to 'lib/libcrypto/sha/sha1dgst.c')
-rw-r--r-- | lib/libcrypto/sha/sha1dgst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/sha/sha1dgst.c b/lib/libcrypto/sha/sha1dgst.c index c09edb4cd7c..182f65982ab 100644 --- a/lib/libcrypto/sha/sha1dgst.c +++ b/lib/libcrypto/sha/sha1dgst.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#if !defined(NO_SHA1) && !defined(NO_SHA) +#if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) #undef SHA_0 #define SHA_1 |