Found by running the checkpatch.pl Linux script to enforce coding style.
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed Jul 8 10:11:22 2026
(Merged from https://github.com/openssl/openssl/pull/31860)
static unsigned int ech_print_cb(SSL *s, const char *str)
{
if (str != NULL)
- BIO_printf(bio_s_out, "ECH Server callback printing: \n%s\n", str);
+ BIO_printf(bio_s_out, "ECH Server callback printing:\n%s\n", str);
return 1;
}
if (out == NULL) {
if (outlen != NULL)
- debug_print("decaps outlen set to %zu \n", *outlen);
+ debug_print("decaps outlen set to %zu\n", *outlen);
return 1;
}