From: Andy Polyakov Date: Mon, 29 Mar 2010 09:50:02 +0000 (+0000) Subject: dso_dlfcn.c: fix compile failure on Tru64. X-Git-Tag: OpenSSL-fips-2_0-rc1~1164 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=2a460c1aa8e6c843946184cb7e4b5de8e99e0f0a dso_dlfcn.c: fix compile failure on Tru64. --- diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 7da3f78928..14bd322fb8 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -78,6 +78,9 @@ DSO_METHOD *DSO_METHOD_dlfcn(void) #else #ifdef HAVE_DLFCN_H +# ifdef __osf__ +# define __EXTENSIONS__ +# endif # include # define HAVE_DLINFO 1 # if defined(_AIX) || defined(__CYGWIN__) || \