X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fssl%2Fcrtd_message.cc;h=975e02167740a464cc0b186ee0c55b0fd41cf616;hb=37c6d8bac469396b1aef37435fdfaea24f47db1f;hp=6576e01237acfc7b94282f663d3b1825c00fbed7;hpb=74201a78f22561051571b7b965733d428afedd86;p=thirdparty%2Fsquid.git diff --git a/src/ssl/crtd_message.cc b/src/ssl/crtd_message.cc index 6576e01237..975e021677 100644 --- a/src/ssl/crtd_message.cc +++ b/src/ssl/crtd_message.cc @@ -124,7 +124,6 @@ void Ssl::CrtdMessage::setBody(std::string const & aBody) { body = aBody; } void Ssl::CrtdMessage::setCode(std::string const & aCode) { code = aCode; } - std::string Ssl::CrtdMessage::compose() const { if (code.empty()) return std::string(); @@ -177,7 +176,6 @@ void Ssl::CrtdMessage::composeBody(CrtdMessage::BodyParams const & map, std::str body += '\n' + other_part; } - bool Ssl::CrtdMessage::parseRequest(Ssl::CertificateProperties &certProperties, std::string &error) { Ssl::CrtdMessage::BodyParams map;