From fa5842562dabbfa3efae8b119a6578ef2be826a6 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 26 Jul 2026 12:43:39 +0000 Subject: tlsfuzzer: remove unnecessary semicolon --- src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index ff678ec9a8..123c32bfcb 100644 --- a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.57 2025/06/15 09:44:57 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.58 2026/07/26 12:43:39 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -77,7 +77,7 @@ def substitute_alert(want, got): # Both alerts appear to be reasonable in this context, so work around this # in the test instead of the library. def generate_test_tls13_finished_args(): - assertion = substitute_alert("decode_error", "decrypt_error"); + assertion = substitute_alert("decode_error", "decrypt_error") paddings = [ ("TLS_AES_128_GCM_SHA256", 0, 1), ("TLS_AES_128_GCM_SHA256", 0, 2), -- cgit v1.2.3-55-g6feb