summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-07-04 15:17:45 -0400
committerSteve Marquess <marquess@opensslfoundation.com>2015-07-04 15:17:45 -0400
commit0f38e9cd782167471898440c3179c648e196d456 (patch)
treee46ebf70c07aa27e0c640433803e273cf34569f4 /fips
parent34f39b062c76fbd3082521b26edee7f53afc061d (diff)
Add new VxWorks x86 platform
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'fips')
-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 adbe696afa..3c33d00bae 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -32,7 +32,8 @@ const void *FIPS_text_end(void);
defined(__aarch64__) || \
defined(__i386__)|| defined(__i386))) || \
(defined(__vxworks) && (defined(__ppc__) || defined(__ppc) || \
- defined(__mips__)|| defined(__mips))) || \
+ defined(__mips__)|| defined(__mips) || \
+ defined(__i386__)|| defined(__i386))) || \
(defined(__NetBSD__) && (defined(__powerpc__) || defined(__i386))) || \
(defined(__linux) && ((defined(__PPC__) && !defined(__PPC64__)) || \
defined(__arm__) || defined(__arm)) || \