The branch master has been updated
       via  855eff54ec69e9c601675a186bca9ee296b077be (commit)
      from  96e25c499b39e4d4893e94ef1e0f726c85197c09 (commit)


- Log -----------------------------------------------------------------
commit 855eff54ec69e9c601675a186bca9ee296b077be
Author: Richard Levitte <[email protected]>
Date:   Mon Jan 11 22:33:35 2016 +0100

    Have mkdef.pl use case sensitive symbols for shareable symbol vector
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

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=(-
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to