summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-02-12 16:43:41 +0000
committerAndy Polyakov <appro@openssl.org>2011-02-12 16:43:41 +0000
commitafb4191304f1fd67569be10f04abf57064cbb197 (patch)
tree44544338abe4cc5bd7cde912821dfcc1539292ff /crypto/dso
parent874b0bd9687604803c60f297b7bed3d606972681 (diff)
dso_dlfcn.c: make it work on Tru64 4.0.
PR: 2316
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso_dlfcn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c
index 8dc2f0859a..5f2254806c 100644
--- a/crypto/dso/dso_dlfcn.c
+++ b/crypto/dso/dso_dlfcn.c
@@ -85,6 +85,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# define HAVE_DLINFO 1
# if defined(_AIX) || defined(__CYGWIN__) || \
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
+ (defined(__osf__) && !defined(RTLD_NEXT)) || \
(defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
defined(__ANDROID__)
# undef HAVE_DLINFO