Don't NULL check before calling DSO_free.
authorRich Salz <rsalz@openssl.org>
Wed, 8 Nov 2017 16:59:13 +0000 (11:59 -0500)
committerRich Salz <rsalz@openssl.org>
Wed, 8 Nov 2017 19:59:42 +0000 (14:59 -0500)
commit1b6fa9fdf86fcfd5ce2a84d41388b79e328e14a3
treef146c154dfb55a88c73dab065a47b8302e4c21aa
parent7aae0d33ac5e0569fba7f03b5bb973cc5ff79bca
Don't NULL check before calling DSO_free.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/4703)
crypto/comp/c_zlib.c