summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-14 15:12:54 +0200
committerDr. David von Oheimb <dev@ddvo.net>2023-05-30 22:02:10 +0200
commit3179995f114fca4cb9958116e353ad6b686b7ecd (patch)
tree2e246e8ff13ebd3bee39837631fba04f402733a6 /crypto
parent2631a941469864a35258130082096876e7243225 (diff)
cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error()
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)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/cmp/cmp_http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cmp/cmp_http.c b/crypto/cmp/cmp_http.c
index 22144764a4..6e77c9c708 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)