Fix the LIBZ macro on VC config targets
authorRichard Levitte <levitte@openssl.org>
Mon, 24 Oct 2016 13:03:57 +0000 (15:03 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 6 Nov 2016 21:54:08 +0000 (22:54 +0100)
commit111b234c8f80371e7e31d922946cbd546491d4e8
treefdc1f2e49f78ccce1a544e98f5fe288b58816dc5
parent1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2
Fix the LIBZ macro on VC config targets

If zlib-dynamic was given but not --with-zlib-lib, LIBZ was defined to
the empty string.  Instead, give it the default "ZLIB1".

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1772)
Configurations/10-main.conf