]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Crypto-NG: Move Ssl::PeerConnectorAnswer to Security::EncryptorAnswer
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 21 Mar 2015 08:25:19 +0000 (01:25 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 21 Mar 2015 08:25:19 +0000 (01:25 -0700)
This class was not actually depending on OpenSSL API symbols and by
abstracting it out we can unify the callback handlers for encrypted and
non-encrypted logic paths for several classes that setup connections.


Trivial merge