dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].
authorAndy Polyakov <appro@openssl.org>
Sat, 12 Feb 2011 16:46:10 +0000 (16:46 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 12 Feb 2011 16:46:10 +0000 (16:46 +0000)
PR: 2316

crypto/dso/dso_dlfcn.c

index 14bd322fb87ff634f90d54b87439870c727b1083..c2bc61760bcc0f383564aac2843b31b9daabd33f 100644 (file)
@@ -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