• R
    VMS: be less picky when loading DSOs · 278a33da
    Richard Levitte 提交于
    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: NRich Salz <rsalz@openssl.org>
    278a33da
dso_vms.c 14.1 KB