]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 14 May 2021 13:12:54 +0000 (15:12 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 30 May 2023 20:02:10 +0000 (22:02 +0200)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/17354)

crypto/cmp/cmp_http.c

index 22144764a48a47d2ded6d155ba292fa99a1188ae..6e77c9c708a1c4c922474893b662d0da3e4c421e 100644 (file)
@@ -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)