]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix SSL_get_certificate() problem detection
authorStuart Henderson <stu@spacehopper.org>
Tue, 10 Nov 2015 09:30:19 +0000 (01:30 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 10 Nov 2015 09:30:19 +0000 (01:30 -0800)
commitbbec880abac582d8a6aaba4012c95748dee716f3
treecf3956b74bb42b0808ad6b8f4a328affe6657540
parentf672f1239f25e05a848d21ec18455ac39f4d1ed2
Fix SSL_get_certificate() problem detection

The autoconf check for SQUID_SSLGETCERTIFICATE_BUGGY fails on ssl library
builds which don't include SSLv3; as a result of the autoconf decision
this can end up triggering the assert(0) in Ssl::verifySslCertificate()
in ssl/support.cc (line 1712 in 3.5.11).
acinclude/lib-checks.m4