Commit 5a5c0b95 authored by Richard Levitte's avatar Richard Levitte
Browse files

Remake the way dynamic zlib is loaded



Instead of absolute hard coding of the libz library name, have it use
the macro LIBZ, which is set to defaults we know in case it's
undefined.

This allows our configuration to set something that's sane on current
or older platforms, and allows the user to override it by defining
LIBZ themselves.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 0c9b1534
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment