fips/fips_[canister|premain].c: make it work with VC6 and add sentinels
[openssl.git] / fips / fips_premain.c
index fc448d0eaaa1f989a296630fb86e733af055d218..a7c8b78f8f716d7099c52f5a33c902ec41c7f702 100644 (file)
@@ -69,7 +69,8 @@
 #endif
 
 #if defined(_MSC_VER)
-# pragma section("fipsro",read)
+# pragma const_seg("fipsro")
+# pragma const_seg()
   __declspec(allocate("fipsro"))
 #endif
 static const unsigned char FINGERPRINT_ascii_value[41] = HMAC_SHA1_SIG;