Remove fips_constseg references.
[openssl.git] / crypto / sha / sha1dgst.c
index 447ce53e17ee3e630c1ad16e8a6c86c3ec3e6c8f..a98690225fdc1081d3a369b34c8ffadefa83cc96 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,7 @@
 
 #include <openssl/opensslv.h>
 
-const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;
+const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT;
 
 /* The implementation is in ../md32_common.h */