Loading crypto/dso/dso_dlfcn.c +4 −0 Changes for crypto/dso/dso_dlfcn.c: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -125,8 +125,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 +4 −0 Changes for crypto/dso/dso_dlfcn.c: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -125,8 +125,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