From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 4 Jul 2026 09:23:18 +0000 (+0200) Subject: Eliminate repeated semicolons at the end of statements X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6de181711f01db4492987dafb0d778c3d1368e;p=thirdparty%2Fopenssl.git Eliminate repeated semicolons at the end of statements Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Kurt Roeckx Reviewed-by: Neil Horman Reviewed-by: Norbert Pocs Reviewed-by: Eugene Syromiatnikov MergeDate: Wed Jul 8 10:11:15 2026 (Merged from https://github.com/openssl/openssl/pull/31860) --- diff --git a/ssl/quic/quic_impl.c b/ssl/quic/quic_impl.c index 67725bf454e..087c0dd582a 100644 --- a/ssl/quic/quic_impl.c +++ b/ssl/quic/quic_impl.c @@ -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 */