X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fsha%2Fsha1dgst.c;h=63c77eab7fc308984d45cfcf9f599d0d7c6cfcc5;hb=32cf5baeae21774db04af2ad2d74567a617c6fec;hp=dc008124e2d5f981b6dbd6557e2e47f1ebf01c43;hpb=38e33cef15e7965ad9fd9db4b08fb2f5dc1bc573;p=oweals%2Fopenssl.git diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index dc008124e2..63c77eab7f 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -56,14 +56,17 @@ * [including the GNU Public Licence.] */ -#if !defined(NO_SHA1) && !defined(NO_SHA) +#include +#include +#if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) #undef SHA_0 #define SHA_1 #include -char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT; +__fips_constseg +const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT; /* The implementation is in ../md32_common.h */