VMS: be less picky when loading DSOs
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Sep 2016 18:48:30 +0000 (20:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 11 Sep 2016 21:18:03 +0000 (23:18 +0200)
commit278a33da3cf10f0a9ab12c2a1f643f9027b06679
treea87e8a896e1bffa1ed8a775ebf4ab8bbd293701a
parent6462876f8d9f6538ad0fcd70717077d9ae174e56
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>
crypto/dso/dso_vms.c
include/internal/dso.h