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 <richard@levitte.org>
Thu, 20 Sep 2018 11:44:53 +0000 (13:44 +0200)
commita2a9f8896b861fbc2cf52bbc19cde1cf91fea0ee
tree18524a2aeae122efc011e56204339da5e7130b8b
parent226e6a2cf2797aed7ed59eeb05858b5a7491a0ad
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)

(cherry picked from commit d3c72e392ab72d418ea5147857701a8730def3fd)
util/add-depends.pl
util/mkdef.pl