openssl/crypto/dso
Matt Caswell 3cb4e7dc1c Preserve errno on dlopen
For the same reasons as in the previous commit we must preserve errno
across dlopen calls. Some implementations (e.g. solaris) do not preserve
errno even on a successful dlopen call.

Fixes #6953

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7680)
2018-12-10 10:17:43 +00:00
..
build.info
dso_dl.c Following the license change, modify the boilerplates in crypto/dso/ 2018-12-06 14:50:38 +01:00
dso_dlfcn.c Preserve errno on dlopen 2018-12-10 10:17:43 +00:00
dso_err.c Following the license change, modify the boilerplates in crypto/dso/ 2018-12-06 14:50:38 +01:00
dso_lib.c Following the license change, modify the boilerplates in crypto/dso/ 2018-12-06 14:50:38 +01:00
dso_locl.h Following the license change, modify the boilerplates in crypto/dso/ 2018-12-06 14:50:38 +01:00
dso_openssl.c Following the license change, modify the boilerplates in crypto/dso/ 2018-12-06 14:50:38 +01:00
dso_vms.c Following the license change, modify the boilerplates in crypto/dso/ 2018-12-06 14:50:38 +01:00
dso_win32.c Following the license change, modify the boilerplates in crypto/dso/ 2018-12-06 14:50:38 +01:00