openssl/crypto/dso
Richard Levitte 278a33da3c VMS: be less picky when loading DSOs
The DSO API was picky about casing of symbol names on VMS.

There's really no reason to be that picky, it's mostly just annoying.
Therefore, we take away the possibility to flag for a choice, and will
instead first try to find a symbol with exact case, and failing that,
we try to find it in upper case.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-09-11 23:18:03 +02:00
..
build.info Have only one DSO_METHOD_openssl 2016-03-22 13:35:03 -04:00
dso_dl.c Use strerror_r()/strerror_s() instead of strerror() where possible 2016-05-23 23:26:10 +01:00
dso_dlfcn.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
dso_err.c Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
dso_lib.c Raise an Err when CRYPTO_THREAD_lock_new fails 2016-06-01 13:14:49 +01:00
dso_locl.h Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
dso_openssl.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
dso_vms.c VMS: be less picky when loading DSOs 2016-09-11 23:18:03 +02:00
dso_win32.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00