summaryrefslogtreecommitdiffstats
path: root/fips/fips_canister.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-12-16 14:29:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-12-16 14:29:20 +0000
commit4089bd6080d41450adab1e0ac0d63cfeab4a78e7 (patch)
tree783664c4311cb2db0631aad5fe2682fead393b1b /fips/fips_canister.c
parentbaab0cf780f40d286b1701be5f6993dff5ae0b22 (diff)
eCos ARMv4/5 supportOpenSSL-fips-2_0_5
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 9a3cffb8f9..6fefcceb6d 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -38,6 +38,7 @@ const void *FIPS_text_end(void);
defined(__mips__)) || \
(defined(__APPLE__) /* verified on all MacOS X & iOS flavors */)|| \
(defined(_TMS320C6X)) || \
+ (defined(__ECOS__)) || \
(defined(_WIN32) && defined(_MSC_VER))
# define FIPS_REF_POINT_IS_CROSS_COMPILER_AWARE
# endif