summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-12-16 14:07:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-12-16 14:07:18 +0000
commitb0ee17ad475c97f068c7314efafdd8a53d92af54 (patch)
tree3c0f95c36f650412ac6f7a29c6a2f614e3271e86
parent4f6c4c1896f1fea63053468bfc599d3cf7da93f5 (diff)
Add MIPS support.OpenSSL-fips-2_0_4
-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 016d94c976..9a3cffb8f9 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -34,7 +34,8 @@ const void *FIPS_text_end(void);
defined(__mips__)|| defined(__mips))) || \
(defined(__NetBSD__) && (defined(__powerpc__) || defined(__i386))) || \
(defined(__linux) && ((defined(__PPC__) && !defined(__PPC64__)) || \
- defined(__arm__) || defined(__arm))) || \
+ defined(__arm__) || defined(__arm)) || \
+ defined(__mips__)) || \
(defined(__APPLE__) /* verified on all MacOS X & iOS flavors */)|| \
(defined(_TMS320C6X)) || \
(defined(_WIN32) && defined(_MSC_VER))