]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing stub definition after rev.14696
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 6 Jun 2016 11:02:59 +0000 (23:02 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 6 Jun 2016 11:02:59 +0000 (23:02 +1200)
src/tests/stub_libsecurity.cc

index 8de500bcd961b7e58d2256b747b7ee139ac73435..b139a834149e35acabafae8c8c56fc0358900081 100644 (file)
@@ -34,6 +34,7 @@ void parse_securePeerOptions(Security::PeerOptions *) STUB
 void Security::ServerOptions::parse(const char *) STUB
 void Security::ServerOptions::dumpCfg(Packable *, const char *) const STUB
 Security::ContextPtr Security::ServerOptions::createBlankContext() const STUB
+Security::ContextPtr Security::ServerOptions::createStaticServerContext(AnyP::PortCfg &) STUB_RETVAL(nullptr)
 void Security::ServerOptions::updateContextEecdh(Security::ContextPtr &) STUB
 
 #include "security/NegotiationHistory.h"