Skip to content

Commit c7bc8d5

Browse files
committed
Copy/Paste error/typo in regress/rekey.sh
1 parent ba9c2f1 commit c7bc8d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

regress/rekey.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ for i in $macs; do
9595
done
9696

9797
for opt in $opts; do
98-
verbose "client rekey $opt"
99-
if ${SSH} -Q cipher-auth | sed 's/^/Ciphers=/' | \
100-
grep $opt >/dev/null; then
98+
verbose "client rekey $opt"
10199
if ${SSH} -Q cipher-auth | sed 's/^/Ciphers=/' | \
102100
grep $opt >/dev/null; then
103101
trace AEAD cipher, testing all KexAlgorithms

0 commit comments

Comments
 (0)