]> git.ipfire.org Git - thirdparty/squid.git/commit - src/security/PeerOptions.cc
Cleanup: remove most Security::ContextPtr uses from libsecurity
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Sep 2016 01:29:59 +0000 (13:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Sep 2016 01:29:59 +0000 (13:29 +1200)
commit64769c7950d4f6f16ca0084c074693dc3fb7caad
treefb747d146f15093aeace744cc57eeebe8a0f53d8
parent438b41ba09cac14b3b9758f0bfd50e98711fcc8c
Cleanup: remove most Security::ContextPtr uses from libsecurity

Replace with Security::ContextPointer.

The total change to remove Security::ContextPtr entirely is big and at
times may require logic redesign. So doing this as smaller steps.
src/security/PeerOptions.cc
src/security/PeerOptions.h
src/security/ServerOptions.cc
src/security/ServerOptions.h
src/ssl/support.cc
src/ssl/support.h
src/tests/stub_libsecurity.cc
src/tests/stub_libsslsquid.cc