]> git.ipfire.org Git - thirdparty/openssl.git/commit
util/mkdef.pl, util/add-depends.pl: don't lowercase file names
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Sep 2018 00:38:22 +0000 (02:38 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Sep 2018 11:43:22 +0000 (13:43 +0200)
commitd3c72e392ab72d418ea5147857701a8730def3fd
tree7e531b286edde8e43aec6af520a21907096a3a16
parent276bf8620ce35a613c856f2b70348f65ffe94067
util/mkdef.pl, util/add-depends.pl: don't lowercase file names

It turns out to be detrimental on some file systems that may or may not
be case sensitive (such as NTFS, which has a case sensitive mode).

Fixes #7172

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7172)
util/add-depends.pl
util/mkdef.pl