]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: remove unnecessary AnyP::PortCfg::contextMethod
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 29 Jun 2015 12:46:17 +0000 (05:46 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 29 Jun 2015 12:46:17 +0000 (05:46 -0700)
commit0806013a3527d933b95a24ad9b3d45c5648b5302
treec280e5752925b9a4d0d9edbfc59bd75f230df656
parent74f35ca845c00f3b7a5bf97b23f19ce363fede25
Cleanup: remove unnecessary AnyP::PortCfg::contextMethod

Now that SSL/TLS server method is a fixed API function we do not have to
store it locally. Move the lookup to the SSL support code where it is
actually used.
src/anyp/PortCfg.cc
src/anyp/PortCfg.h
src/ssl/support.cc