summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-02-12 16:46:10 +0000
committerAndy Polyakov <appro@openssl.org>2011-02-12 16:46:10 +0000
commit0912fae6ce910ea865f014f6f26fbe9928307128 (patch)
tree0a0d6f925f037594258b0f781f19858084d4df36 /crypto/dso
parent0bb2154ee95fe4172a93ffd2e8a65b53eb08eddf (diff)
dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].
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 14bd322fb8..c2bc61760b 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))
# undef HAVE_DLINFO
# endif