]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Restore the zlib / zlib-dynamic logic
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Mar 2016 09:07:29 +0000 (10:07 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Mar 2016 04:22:22 +0000 (05:22 +0100)
commit25004db793dc737d5cc858fc35c69da3d4bfb9aa
treeb0d4796f36ec0bf556059f8d97caec4590f267b9
parent5f57abe2b150139b8b057313d52b1fe8f126c952
Restore the zlib / zlib-dynamic logic

The proper logic is that both zlib and zlib-dynamic are disabled by
default and that enabling zlib-dynamic would enable zlib.  Somewhere
along the way, the logic got changed, zlib-dynamic was enabled by
default and zlib didn't get automatically enabled.

This change restores the original logic.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure