diff options
| author | tb <> | 2026-07-26 12:43:39 +0000 |
|---|---|---|
| committer | tb <> | 2026-07-26 12:43:39 +0000 |
| commit | fa5842562dabbfa3efae8b119a6578ef2be826a6 (patch) | |
| tree | 03b73d50f1e034aeebd09e400f2e69a06dd58655 /src | |
| parent | 2adf2c6198679c7e8376bb7c891af6d3c9b399d5 (diff) | |
| download | openbsd-fa5842562dabbfa3efae8b119a6578ef2be826a6.tar.gz openbsd-fa5842562dabbfa3efae8b119a6578ef2be826a6.tar.bz2 openbsd-fa5842562dabbfa3efae8b119a6578ef2be826a6.zip | |
tlsfuzzer: remove unnecessary semicolon
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | # $OpenBSD: tlsfuzzer.py,v 1.57 2025/06/15 09:44:57 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.58 2026/07/26 12:43:39 tb Exp $ |
| 2 | # | 2 | # |
| 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
| 4 | # | 4 | # |
| @@ -77,7 +77,7 @@ def substitute_alert(want, got): | |||
| 77 | # Both alerts appear to be reasonable in this context, so work around this | 77 | # Both alerts appear to be reasonable in this context, so work around this |
| 78 | # in the test instead of the library. | 78 | # in the test instead of the library. |
| 79 | def generate_test_tls13_finished_args(): | 79 | def generate_test_tls13_finished_args(): |
| 80 | assertion = substitute_alert("decode_error", "decrypt_error"); | 80 | assertion = substitute_alert("decode_error", "decrypt_error") |
| 81 | paddings = [ | 81 | paddings = [ |
| 82 | ("TLS_AES_128_GCM_SHA256", 0, 1), | 82 | ("TLS_AES_128_GCM_SHA256", 0, 1), |
| 83 | ("TLS_AES_128_GCM_SHA256", 0, 2), | 83 | ("TLS_AES_128_GCM_SHA256", 0, 2), |
