Skip to content

Commit

Permalink
Have mkdef.pl use case sensitive symbols for shareable symbol vector
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <rsalz@openssl.org>
  • Loading branch information
levitte committed Jan 11, 2016
1 parent 96e25c4 commit 855eff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/mkdef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,7 @@ sub print_def_file
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=(-
Expand Down

0 comments on commit 855eff5

Please sign in to comment.