]> git.ipfire.org Git - thirdparty/openssl.git/commit
OSSL_CMP_MSG_http_perform(): Remove extraneous %s from debug log print
authorTomas Mraz <tomas@openssl.org>
Fri, 16 May 2025 09:08:37 +0000 (11:08 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 27 May 2025 17:50:41 +0000 (19:50 +0200)
commit0873cd1b680d2f54de3dbcc754ea6b1b397f112b
tree0619fcba0d2081b6b88956d54c50751e9c146e1b
parent9882d389df71ef7163c7769b4431a0dbe713ab65
OSSL_CMP_MSG_http_perform(): Remove extraneous %s from debug log print

Also add missing ":" to another log print.

Fixes #27634

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/27635)
crypto/cmp/cmp_http.c