summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-09 21:49:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-09 21:49:24 +0000
commit4276908f513556ed9d6848cc668d5f47ab548a98 (patch)
tree7bfe545c4ef2a109dbc1dcb08417ab9b8a09e7b9 /crypto/dso
parentbe23b71e8759212aff3504b16987421912eb40dc (diff)
add android support to DSO (from HEAD)
Diffstat (limited to 'crypto/dso')
-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 c2bc61760b..5f2254806c 100644
--- a/crypto/dso/dso_dlfcn.c
+++ b/crypto/dso/dso_dlfcn.c
@@ -86,7 +86,8 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# if defined(_AIX) || defined(__CYGWIN__) || \
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
(defined(__osf__) && !defined(RTLD_NEXT)) || \
- (defined(__OpenBSD__) && !defined(RTLD_SELF))
+ (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
+ defined(__ANDROID__)
# undef HAVE_DLINFO
# endif
#endif