sha1-s390x.pl: lingering comment update.
[openssl.git] / crypto / sha / sha1dgst.c
index 447ce53e17ee3e630c1ad16e8a6c86c3ec3e6c8f..63c77eab7fc308984d45cfcf9f599d0d7c6cfcc5 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#include <openssl/crypto.h>
 #include <openssl/opensslconf.h>
 #if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA)
 
@@ -64,7 +65,8 @@
 
 #include <openssl/opensslv.h>
 
-const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;
+__fips_constseg
+const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT;
 
 /* The implementation is in ../md32_common.h */