projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be23b71
)
add android support to DSO (from HEAD)
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Jun 2011 21:49:24 +0000
(21:49 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Jun 2011 21:49:24 +0000
(21:49 +0000)
crypto/dso/dso_dlfcn.c
patch
|
blob
|
history
diff --git
a/crypto/dso/dso_dlfcn.c
b/crypto/dso/dso_dlfcn.c
index c2bc61760bcc0f383564aac2843b31b9daabd33f..5f2254806ca903d71d3f261d042db1345fcfbe4f 100644
(file)
--- 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