summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dlfcn.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-02 15:07:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-02 15:07:13 +0000
commit7a4ec19a5f01f416d4070b6a106490bdc3fd3ea0 (patch)
tree6b71ecbef1b077767a9b9671f2edffc11f04909c /crypto/dso/dso_dlfcn.c
parenta5b196a22c62d9d1d113bff6d8fc8c17d5f5734a (diff)
Make no-asm work in fips mode. Add android platform.
Diffstat (limited to 'crypto/dso/dso_dlfcn.c')
-rw-r--r--crypto/dso/dso_dlfcn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c
index 14bd322fb8..8dc2f0859a 100644
--- a/crypto/dso/dso_dlfcn.c
+++ b/crypto/dso/dso_dlfcn.c
@@ -85,7 +85,8 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# define HAVE_DLINFO 1
# if defined(_AIX) || defined(__CYGWIN__) || \
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
- (defined(__OpenBSD__) && !defined(RTLD_SELF))
+ (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
+ defined(__ANDROID__)
# undef HAVE_DLINFO
# endif
#endif