]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ssl/Config.cc
Merged from trunk (r12732, v3.3.3+).
[thirdparty/squid.git] / src / ssl / Config.cc
1 #include "squid.h"
2 #include "ssl/Config.h"
3
4 Ssl::Config Ssl::TheConfig;
5
6 Ssl::Config::~Config()
7 {
8 #if USE_SSL_CRTD
9 xfree(ssl_crtd);
10 #endif
11 xfree(ssl_crt_validator);
12 }