From: Dr. David von Oheimb Date: Fri, 14 May 2021 13:12:54 +0000 (+0200) Subject: cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error() X-Git-Tag: openssl-3.2.0-alpha1~730 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3179995f114fca4cb9958116e353ad6b686b7ecd;p=thirdparty%2Fopenssl.git cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error() Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/17354) --- diff --git a/crypto/cmp/cmp_http.c b/crypto/cmp/cmp_http.c index 22144764a48..6e77c9c708a 100644 --- a/crypto/cmp/cmp_http.c +++ b/crypto/cmp/cmp_http.c @@ -44,7 +44,6 @@ static int keep_alive(int keep_alive, int body_type) /* * Send the PKIMessage req and on success return the response, else NULL. - * Any previous error queue entries will likely be removed by ERR_clear_error(). */ OSSL_CMP_MSG *OSSL_CMP_MSG_http_perform(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req)