artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15fc96
)
tlsfuzzer: grammar fix missed in previous
author
tb
<tb@openbsd.org>
Sat, 14 Sep 2024 07:11:34 +0000
(07:11 +0000)
committer
tb
<tb@openbsd.org>
Sat, 14 Sep 2024 07:11:34 +0000
(07:11 +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
49cd3f1
..
404cb2d
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
4 2024/09/13 05:58:17
tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.5
5 2024/09/14 07:11:34
tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
@@
-654,7
+654,7
@@
failing_groups = [
]
class TestRunner:
- """ Runs the given tests
groups
against a server and displays stats. """
+ """ Runs the given tests against a server and displays stats. """
def __init__(
self, timing=False, verbose=False, host="localhost", port=4433,