Update error codes.
[openssl.git] / fips / fips_premain.c
index c94568c8c7cda8b68582d8ac6bdb4b735e7cc5b1..a7c8b78f8f716d7099c52f5a33c902ec41c7f702 100644 (file)
 #define HMAC_SHA1_SIG "?have to make sure this string is unique"
 #endif
 
+#if defined(_MSC_VER)
+# pragma const_seg("fipsro")
+# pragma const_seg()
+  __declspec(allocate("fipsro"))
+#endif
 static const unsigned char FINGERPRINT_ascii_value[41] = HMAC_SHA1_SIG;
 
 #define atox(c) ((c)>='a'?((c)-'a'+10):((c)>='A'?(c)-'A'+10:(c)-'0'))