]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configurations/10-main.conf
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 <richard@levitte.org>
Sun, 6 Nov 2016 21:55:48 +0000 (22:55 +0100)
commitf02ec65590ef38444e80f595ebdbd211a25b4738
treec535e1974ede2060b634b13979191fa15e0ecdd4
parent294f7a746e9928ce4ba509e0e8fa181f18e24efd
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)
(cherry picked from commit 111b234c8f80371e7e31d922946cbd546491d4e8)
Configurations/10-main.conf