diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/try-ciphers.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh index 054a1f14e..87ec7497a 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh | |||
@@ -46,10 +46,3 @@ for c in $ciphers; do | |||
46 | fi | 46 | fi |
47 | done | 47 | done |
48 | 48 | ||
49 | if ${SSH} -oCiphers=acss@openssh.org 2>&1 | grep "Bad SSH2 cipher" >/dev/null | ||
50 | then | ||
51 | : | ||
52 | else | ||
53 | |||
54 | |||
55 | fi | ||