From: Richard Levitte Date: Wed, 16 Mar 2016 15:50:18 +0000 (+0100) Subject: When building DLLs, hack the library name in the .def file X-Git-Tag: OpenSSL_1_1_0-pre4~2 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=685b6f293b4b29bf1ee5c7af19cf1348567828b4;hp=685b6f293b4b29bf1ee5c7af19cf1348567828b4 When building DLLs, hack the library name in the .def file util/mkdef.pl assumes it knows what the resulting library name will be. Really, it shouldn't, but changing it will break classic native Windows builds, so we leave it for now and change the LIBRARY line externally when needed instead. Reviewed-by: Matt Caswell ---