From: Christos Tsantilas Date: Wed, 23 Dec 2015 13:17:35 +0000 (+0200) Subject: Log TLS Cryptography Parameters: more more fixes to allow "make check" work X-Git-Tag: SQUID_4_0_4~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c63936edba37e9923f1896cbcdac51692331f34;p=thirdparty%2Fsquid.git Log TLS Cryptography Parameters: more more fixes to allow "make check" work --- diff --git a/src/tests/stub_libsecurity.cc b/src/tests/stub_libsecurity.cc index 7b201a4867..0749021b55 100644 --- a/src/tests/stub_libsecurity.cc +++ b/src/tests/stub_libsecurity.cc @@ -38,6 +38,7 @@ void Security::ServerOptions::updateContextEecdh(Security::ContextPtr &) STUB #include "security/NegotiationHistory.h" +Security::NegotiationHistory::NegotiationHistory() STUB #if USE_OPENSSL void Security::NegotiationHistory::fillWith(SSL *) STUB #endif