diff options
author | Damien Miller <djm@mindrot.org> | 2013-02-12 11:31:38 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-02-12 11:31:38 +1100 |
commit | 2f20de5e3f1c60eee3c9bda52289aff5c037dd08 (patch) | |
tree | 089896522c4130f1eadb66e658df22b538125122 /regress | |
parent | 58e2c5b3947122f82ecc0158180ba260e6e59166 (diff) |
- (djm) [regress/try-ciphers.sh] clean up CVS merge botch
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 | ||