summaryrefslogtreecommitdiffstats
path: root/fips/fipssyms.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-10-18 18:56:09 +0000
committerAndy Polyakov <appro@openssl.org>2011-10-18 18:56:09 +0000
commit10db9f9f482d08e6890cec0f4ebec4bcba4c6377 (patch)
tree9a31c80a7f5cceccd672be344c053862e494a573 /fips/fipssyms.h
parent9f0d2e1464cc43c0b21304e11ad927f0f0fbd45a (diff)
fips/*: extend fipsro segmenting to all _MSC_VER builds (including WinCE).
Diffstat (limited to 'fips/fipssyms.h')
-rw-r--r--fips/fipssyms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/fipssyms.h b/fips/fipssyms.h
index 67753d8033..448d505548 100644
--- a/fips/fipssyms.h
+++ b/fips/fipssyms.h
@@ -667,7 +667,7 @@
#define bn_mul_mont_gather5 fips_bn_mul_mont_gather5
#define bn_scatter5 fips_bn_scatter5
-#if defined(_MSC_VER) && defined(_WIN64)
+#if defined(_MSC_VER)
# pragma section("fipsro$b",read)
# define __fips_constseg __declspec(allocate("fipsro$b"))
#else