]> git.ipfire.org Git - thirdparty/squid.git/commit
TLS: failure of https:// context non-fatal for non-OpenSSL builds
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 22 Aug 2015 19:06:46 +0000 (12:06 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 22 Aug 2015 19:06:46 +0000 (12:06 -0700)
commit79ff80236e09df13be0d12a375704c753c313e85
treedfb3007f82fbe17de30676c1ee69ef175efa9e86
parent3aab028c9a73bb0bc49785a8e022e997dcb60670
TLS: failure of https:// context non-fatal for non-OpenSSL builds

Only OpenSSL library is 'guaranteed' to produce a TLS context at this point
in the conversion to library-agnostic security. Any others may produce
nothing.

Match the DBG_IMPORTANT used for debug level of the 'initializing' message.
src/cache_cf.cc