]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1716: Squid 2.6-STABLE2 does not compile with newer versions of OpenSSL
authorserassio <>
Sat, 2 Sep 2006 15:31:29 +0000 (15:31 +0000)
committerserassio <>
Sat, 2 Sep 2006 15:31:29 +0000 (15:31 +0000)
commit0fd2205bf98ffabc53f69a0cd84adef3f2a5d06e
tree841cfbd4c38e5aa7e20112c66a994bcd99262c9d
parent926375e6a2cad1cf17e7b81649c31a9e31a228a3
Bug #1716: Squid 2.6-STABLE2 does not compile with newer versions of OpenSSL

This patch partially drops the support for OpenSSL 0.9.7x:

When using gcc 3.3.x and OpenSSL 0.9.7x sometimes a compile error can occur.
This is caused by an unpredicatble gcc behaviour on a cast of the first argument
of PEM_ASN1_write(). For this reason this code section is disabled. To enable it,
define ALLOW_ALWAYS_SSL_SESSION_DETAIL=1.

Also ran Astyle.
src/client_side.cc