提交 54bbde3c 编写于 作者: R Richard Levitte

Make sure DSO-dlfcn works properly on SunOS4.

PR: 585
上级 c14b3375
...@@ -128,7 +128,11 @@ DSO_METHOD *DSO_METHOD_dlfcn(void) ...@@ -128,7 +128,11 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# endif # endif
# endif # endif
#else #else
# define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */ # ifdef OPENSSL_SYS_SUNOS
# define DLOPEN_FLAG 1
# else
# define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
# endif
#endif #endif
/* For this DSO_METHOD, our meth_data STACK will contain; /* For this DSO_METHOD, our meth_data STACK will contain;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册