The STACK macros take care of casting to and from the designated item type
[openssl.git] / crypto / sha / sha_one.c
index 2d955de16286cef00bd576d1af11583c94050107..5426faae4afd7874081e6402198cacdd343a9d4d 100644 (file)
@@ -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;