PR: 2632
[oweals/openssl.git] / crypto / sha / sha1dgst.c
index 50d1925cdeb261887d2926140e53fe9cbf4387bd..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,6 +65,7 @@
 
 #include <openssl/opensslv.h>
 
+__fips_constseg
 const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT;
 
 /* The implementation is in ../md32_common.h */