artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85b403
)
typo: troups -> groups
author
tb
<tb@openbsd.org>
Fri, 13 Sep 2024 05:58:17 +0000
(
05:58
+0000)
committer
tb
<tb@openbsd.org>
Fri, 13 Sep 2024 05:58:17 +0000
(
05:58
+0000)
regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index
72ed1d8
..
49cd3f1
100644
(file)
--- a/
regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/
regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@
-1,4
+1,4
@@
-# $OpenBSD: tlsfuzzer.py,v 1.5
3 2024/09/06 14:56:5
7 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.5
4 2024/09/13 05:58:1
7 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
@@
-654,7
+654,7
@@
failing_groups = [
]
class TestRunner:
- """ Runs the given tests
t
roups against a server and displays stats. """
+ """ Runs the given tests
g
roups against a server and displays stats. """
def __init__(
self, timing=False, verbose=False, host="localhost", port=4433,