Typo (?)
[openssl.git] / fips / fips_premain.c
index c94568c8c7cda8b68582d8ac6bdb4b735e7cc5b1..fc448d0eaaa1f989a296630fb86e733af055d218 100644 (file)
 #define HMAC_SHA1_SIG "?have to make sure this string is unique"
 #endif
 
+#if defined(_MSC_VER)
+# pragma section("fipsro",read)
+  __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'))