Const fix.
[openssl.git] / fips / fipssyms.h
index 09bda6b4ed9cd1deed600f4a7a6d2aee96654979..5b1e18878597bdbc2ce07f897bc4dd8968c07ef5 100644 (file)
 #define _sparcv9_vis1_instrument _fips_sparcv9_vis1_instrument
 #define bn_mul_mont_gather5 fips_bn_mul_mont_gather5
 #define bn_scatter5 fips_bn_scatter5
+#define bn_gather5 fips_bn_gather5
+
+#if defined(_MSC_VER)
+# pragma const_seg("fipsro$b")
+# pragma const_seg()
+# define __fips_constseg __declspec(allocate("fipsro$b"))
+#else
+# define __fips_constseg
+#endif