2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-07 19:38:33 +08:00
openssl/include/internal
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
..
bio.h
comp.h
conf.h
constant_time_locl.h
dane.h
dso.h VMS: be less picky when loading DSOs 2016-09-11 23:18:03 +02:00
err.h
numbers.h
o_dir.h
o_str.h
thread_once.h Define a few internal macros for easy use of run_once functions 2016-07-19 23:49:54 +02:00