summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-10-23 15:17:30 +0000
committerAndy Polyakov <appro@openssl.org>2011-10-23 15:17:30 +0000
commit005cdace99274e45adbee22a386f5bb73107950c (patch)
tree0da05d1f8251d2610b0cd990616c7ab63daeebcf
parent8b8d2dccf137cdc0481bfc47eb4c485f686ce28b (diff)
fips_canister.c: harmonize fingerprinting for all Windows, CE or not.
-rw-r--r--fips/fips_canister.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fips/fips_canister.c b/fips/fips_canister.c
index 9e1b038197..7d67d32d6c 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -33,7 +33,8 @@ const void *FIPS_text_end(void);
(defined(__vxworks) && (defined(__ppc__) || defined(__ppc) || \
defined(__mips__)|| defined(__mips))) || \
(defined(__linux) && ((defined(__PPC__) && !defined(__PPC64__)) || \
- defined(__arm__) || defined(__arm)))
+ defined(__arm__) || defined(__arm))) || \
+ (defined(_WIN32) && defined(_MSC_VER))
# define FIPS_REF_POINT_IS_CROSS_COMPILER_AWARE
# endif
#endif