From: Andy Polyakov Date: Mon, 29 Mar 2010 09:50:33 +0000 (+0000) Subject: dso_dlfcn.c: fix compile failure on Tru64 [from HEAD]. X-Git-Tag: OpenSSL_1_0_0~2 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c0ed5cd47bebc489053e1121f0b58320704db452 dso_dlfcn.c: fix compile failure on Tru64 [from HEAD]. --- 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__) || \