Commit 278a33da authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 6462876f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment