summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-12-11 00:30:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-12-11 00:30:43 +0000
commitc850d322a665ac631d04115eb43543fd74b75beb (patch)
treec5b783a8ef86bb5ebf21a92d6df5b5c855b9e031 /fips
parentb8be57186867a886df485c01e7f99a62a9058fc0 (diff)
add Android changes from FIPS 1.2.2 module
Diffstat (limited to 'fips')
-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 64580694c4..174466189b 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -19,6 +19,7 @@
(defined(__linux) && (defined(__arm) || defined(__arm__))) || \
(defined(__i386) || defined(__i386__)) || \
(defined(__x86_64) || defined(__x86_64__)) || \
+ defined(__ANDROID__) || \
(defined(vax) || defined(__vax__))
# define POINTER_TO_FUNCTION_IS_POINTER_TO_1ST_INSTRUCTION
# endif