From ad0ef02b7d0dbdb7969fdfc2d44731bc17abaa87 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 20 Mar 2021 12:17:45 +0000 Subject: typo --- src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 0a5bc0a870..e9263231a8 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.23 2021/03/20 08:12:53 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.24 2021/03/20 12:17:45 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -244,7 +244,7 @@ tls13_failing_tests = TestGroup("failing TLSv1.3 tests", [ ]), # The test sends records with protocol version 0x0300 instead of 0x0303 - # and currently fails with OpenSSL and LibreSSL for theis reason. + # and currently fails with OpenSSL and LibreSSL for this reason. # We have the logic corresponding to NSS's fix for CVE-2020-25648 # https://hg.mozilla.org/projects/nss/rev/57bbefa793232586d27cee83e74411171e128361 # so should not be affected by this issue. -- cgit v1.2.3-55-g6feb