X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fsha%2Fsha1dgst.c;h=50d1925cdeb261887d2926140e53fe9cbf4387bd;hb=7cc684f4f7fbcdc5cf4683eaf025d4f915acbf3c;hp=c09edb4cd7c0d15d6f127aad32b01b018ad95985;hpb=9d1a01be8f84143618fc862e1222eb714949fdc1;p=oweals%2Fopenssl.git diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index c09edb4cd7..50d1925cde 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -56,14 +56,15 @@ * [including the GNU Public Licence.] */ -#if !defined(NO_SHA1) && !defined(NO_SHA) +#include +#if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) #undef SHA_0 #define SHA_1 #include -const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT; +const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT; /* The implementation is in ../md32_common.h */