Loading crypto/dso/dso_dlfcn.c +5 −1 Original line number Diff line number Diff line Loading @@ -123,8 +123,12 @@ DSO_METHOD *DSO_METHOD_dlfcn(void) # endif # endif #else # ifdef OPENSSL_SYS_SUNOS # define DLOPEN_FLAG 1 # else # define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */ # endif #endif /* For this DSO_METHOD, our meth_data STACK will contain; * (i) the handle (void*) returned from dlopen(). Loading Loading
crypto/dso/dso_dlfcn.c +5 −1 Original line number Diff line number Diff line Loading @@ -123,8 +123,12 @@ DSO_METHOD *DSO_METHOD_dlfcn(void) # endif # endif #else # ifdef OPENSSL_SYS_SUNOS # define DLOPEN_FLAG 1 # else # define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */ # endif #endif /* For this DSO_METHOD, our meth_data STACK will contain; * (i) the handle (void*) returned from dlopen(). Loading