]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Eliminate unnecessary whitespace before a quoted newline
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sat, 4 Jul 2026 10:03:53 +0000 (12:03 +0200)
committerEugene Syromiatnikov <esyr@openssl.org>
Wed, 8 Jul 2026 10:10:54 +0000 (12:10 +0200)
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)

apps/s_server.c
providers/implementations/kem/template_kem.c

index e1c601589becfd7afa7799b7ee0b4cf70eb139b6..4d99e5442b2cc8d456a68be7d5a89f74dbedff2d 100644 (file)
@@ -462,7 +462,7 @@ typedef struct tlsextctx_st {
 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;
 }
 
index 509a31e129460b7802c11be0dda4179d36899ce9..448b1caf4ebdd58de3159418b7b911afdc05bb03 100644 (file)
@@ -166,7 +166,7 @@ static int template_decapsulate(void *vctx, unsigned char *out, size_t *outlen,
 
     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;
     }