]> git.ipfire.org Git - thirdparty/squid.git/commit
SSL_SESSION::master_key cannot be falsy (#848)
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 24 Jun 2021 22:13:23 +0000 (22:13 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 25 Jun 2021 01:56:04 +0000 (01:56 +0000)
commit254f6fb678aee50588d5891d046850c1b2d5c060
treed5a8dae34dc3af2ce658a0af99cd5f6059a122d0
parent4106be3f9c2a38956a554f3f4ef3eb41b89f6531
SSL_SESSION::master_key cannot be falsy (#848)

SSL_SESSION::master_key data member is an array. It cannot be falsy.

This fixes clang -Wpointer-bool-conversion.
compat/openssl.h