]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
make check does not work after r14830
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 9 Sep 2016 10:24:23 +0000 (13:24 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 9 Sep 2016 10:24:23 +0000 (13:24 +0300)
src/tests/stub_libsslsquid.cc

index 564dc3b53b20a910dc8a05f905d94eaf6d3cf2cf..bda3035759c5092ea6fddab437a21363a3d5aeb1 100644 (file)
@@ -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