]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: Expose SSL initialization function to libsecurity
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 6 Dec 2015 13:59:59 +0000 (05:59 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 6 Dec 2015 13:59:59 +0000 (05:59 -0800)
commit0a28c16ad4e23e382f74090134e19c72be7e02da
tree52ff9da179c30de725464f44a5034db1363388e9
parent8d74d741670a0a0e17ba8d698f3544d9c6f53756
Cleanup: Expose SSL initialization function to libsecurity

SSL initialize needs to be performed before any security context
objects are generated. Expose the function so that the new blank
context methods can use it.
src/security/PeerOptions.cc
src/security/ServerOptions.cc
src/ssl/support.cc
src/ssl/support.h