mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Have mkdef.pl use case sensitive symbols for shareable symbol vector
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
96e25c499b
commit
855eff54ec
@ -1235,6 +1235,7 @@ EOF
|
||||
my $libref = $name eq "ssl" ? "LIBCRYPTO.EXE /SHARE" : "";
|
||||
print OUT <<"EOF";
|
||||
IDENTIFICATION="LIB$libname V$version"
|
||||
CASE_SENSITIVE=YES
|
||||
LIB$libname.OLB /LIBRARY
|
||||
$libref
|
||||
SYMBOL_VECTOR=(-
|
||||
|
Loading…
Reference in New Issue
Block a user