summaryrefslogtreecommitdiffstats
path: root/fips/fips_canister.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-08 14:44:55 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-08 14:44:55 +0000
commitffa76736fa7c0f46414db029b7d2a3f2df0e546c (patch)
tree1d76916392653ca1446a82f70566484e2f514417 /fips/fips_canister.c
parentcbed6cfcaa877acf0a3d15828baf4e03fd905570 (diff)
Platform update from HEAD.
Diffstat (limited to 'fips/fips_canister.c')
-rw-r--r--fips/fips_canister.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/fips_canister.c b/fips/fips_canister.c
index 7d67d32d6c..7be48426d9 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -34,6 +34,7 @@ const void *FIPS_text_end(void);
defined(__mips__)|| defined(__mips))) || \
(defined(__linux) && ((defined(__PPC__) && !defined(__PPC64__)) || \
defined(__arm__) || defined(__arm))) || \
+ (defined(__APPLE__) /* verified on all MacOS X & iOS flavors */)|| \
(defined(_WIN32) && defined(_MSC_VER))
# define FIPS_REF_POINT_IS_CROSS_COMPILER_AWARE
# endif