Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 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