]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing stub defines for rev.14433
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 5 Dec 2015 07:15:06 +0000 (23:15 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 5 Dec 2015 07:15:06 +0000 (23:15 -0800)
src/tests/stub_libsecurity.cc

index 173f90ef91d8f60a49a4cd4fc21270b390a2e619..d374a270f67499e8ccb238a0b916a01a5b4d9765 100644 (file)
@@ -21,6 +21,7 @@ Security::PeerOptions Security::ProxyOutgoingConfig;
 void Security::PeerOptions::parse(char const*) STUB
 Security::ContextPtr Security::PeerOptions::createClientContext(bool) STUB_RETVAL(NULL)
 void Security::PeerOptions::updateTlsVersionLimits() STUB
+Security::ContextPtr Security::PeerOptions::createBlankContext() const STUB
 void Security::PeerOptions::updateContextCa(Security::ContextPtr &) STUB
 void Security::PeerOptions::updateContextCrl(Security::ContextPtr &) STUB
 void Security::PeerOptions::dumpCfg(Packable*, char const*) const STUB
@@ -32,5 +33,6 @@ void parse_securePeerOptions(Security::PeerOptions *) STUB
 //Security::ServerOptions::ServerOptions(const Security::ServerOptions &) STUB
 void Security::ServerOptions::parse(const char *) STUB
 void Security::ServerOptions::dumpCfg(Packable *, const char *) const STUB
+Security::ContextPtr Security::ServerOptions::createBlankContext() const STUB
 void Security::ServerOptions::updateContextEecdh(Security::ContextPtr &) STUB