From: Christos Tsantilas Date: Fri, 9 Sep 2016 10:24:23 +0000 (+0300) Subject: make check does not work after r14830 X-Git-Tag: SQUID_4_0_15~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f280f5d95e6b1c00e5b9393817687b47fd3f56e;p=thirdparty%2Fsquid.git make check does not work after r14830 --- diff --git a/src/tests/stub_libsslsquid.cc b/src/tests/stub_libsslsquid.cc index 564dc3b53b..bda3035759 100644 --- a/src/tests/stub_libsslsquid.cc +++ b/src/tests/stub_libsslsquid.cc @@ -52,9 +52,6 @@ namespace Ssl { //CertError::CertError(ssl_error_t anErr, X509 *aCert) STUB //CertError::CertError(CertError const &err) STUB -CertError & CertError::operator = (const CertError &old) STUB_RETVAL(*this) -bool CertError::operator == (const CertError &ce) const STUB_RETVAL(false) -bool CertError::operator != (const CertError &ce) const STUB_RETVAL(false) bool InitServerContext(const Security::ContextPointer &, AnyP::PortCfg &) STUB_RETVAL(false) bool InitClientContext(Security::ContextPtr &, Security::PeerOptions &, long, const char *) STUB_RETVAL(false) } // namespace Ssl