]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Eliminate repeated semicolons at the end of statements
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sat, 4 Jul 2026 09:23:18 +0000 (11:23 +0200)
committerEugene Syromiatnikov <esyr@openssl.org>
Wed, 8 Jul 2026 10:09:16 +0000 (12:09 +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:15 2026
(Merged from https://github.com/openssl/openssl/pull/31860)

ssl/quic/quic_impl.c

index 67725bf454ed510bd2b6f9919480db576a3d1029..087c0dd582aa639cd0e41d8505343973ca6b8e8f 100644 (file)
@@ -5588,7 +5588,6 @@ long ossl_quic_callback_ctrl(SSL *s, int cmd, void (*fp)(void))
             &ctx.qc->obj.ssl);
         /* This callback also needs to be set on the internal SSL object */
         return ssl3_callback_ctrl(ctx.qc->tls, cmd, fp);
-        ;
 
     default:
         /* Probably a TLS related ctrl. Defer to our internal SSL object */