projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216811b
)
dso_dlfcn.c: fix compile failure on Tru64.
author
Andy Polyakov
<appro@openssl.org>
Mon, 29 Mar 2010 09:50:02 +0000
(09:50 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 29 Mar 2010 09:50:02 +0000
(09:50 +0000)
crypto/dso/dso_dlfcn.c
patch
|
blob
|
history
diff --git
a/crypto/dso/dso_dlfcn.c
b/crypto/dso/dso_dlfcn.c
index 7da3f7892864f11bcb39bbc16f20facdd1a663d3..14bd322fb87ff634f90d54b87439870c727b1083 100644
(file)
--- 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 <dlfcn.h>
# define HAVE_DLINFO 1
# if defined(_AIX) || defined(__CYGWIN__) || \