[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Mon Jan 11 21:41:18 UTC 2016
The branch master has been updated
via 855eff54ec69e9c601675a186bca9ee296b077be (commit)
from 96e25c499b39e4d4893e94ef1e0f726c85197c09 (commit)
- Log -----------------------------------------------------------------
commit 855eff54ec69e9c601675a186bca9ee296b077be
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Jan 11 22:33:35 2016 +0100
Have mkdef.pl use case sensitive symbols for shareable symbol vector
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
util/mkdef.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/mkdef.pl b/util/mkdef.pl
index f26acbb..7d0d3a6 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -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=(-
More information about the openssl-commits
mailing list