diff options
author | 2021-01-27 20:16:58 +0000 | |
---|---|---|
committer | 2021-01-27 20:16:58 +0000 | |
commit | e9324d0730175e62cb3bad0652ba66131a7a2230 (patch) | |
tree | 41d45a59588ffc885a1aee5339798421b782b975 /regress/lib/libssl/tlsfuzzer | |
parent | sync (diff) | |
download | wireguard-openbsd-e9324d0730175e62cb3bad0652ba66131a7a2230.tar.xz wireguard-openbsd-e9324d0730175e62cb3bad0652ba66131a7a2230.zip |
wrap an overlong line
Diffstat (limited to 'regress/lib/libssl/tlsfuzzer')
-rw-r--r-- | regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 041f348ca20..9053ec71ef8 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.21 2020/10/07 13:31:00 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.22 2021/01/27 20:16:58 tb Exp $ # # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> # @@ -73,7 +73,8 @@ tls13_unsupported_ciphers = [ # 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 = "Expected alert description \"decode_error\" does not match received \"decrypt_error\"" + assertion = "Expected alert description \"decode_error\"" + assertion += " does not match received \"decrypt_error\"" paddings = [ ("TLS_AES_128_GCM_SHA256", 0, 1), ("TLS_AES_128_GCM_SHA256", 0, 2), |