]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a compilation failure in bio_comp_test.c
authorMatt Caswell <matt@openssl.org>
Mon, 24 Oct 2022 08:18:34 +0000 (09:18 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 24 Oct 2022 13:15:15 +0000 (14:15 +0100)
commitbb2bbd53d49c510c2ae705d86e8fd2ed829cbd92
tree35d1fe48b3c1dca6543cf757e0ab89e423c9fc2b
parent2eb75291c1357cdaf852e0da613edc14f3d5ae4f
Fix a compilation failure in bio_comp_test.c

Compiling with clang, --strict-warnings and enable-zlib-dynamic resulted
in a compilation failure. This fixes it.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19480)
test/bio_comp_test.c