summaryrefslogtreecommitdiff
path: root/regress/try-ciphers.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-12 11:31:38 +1100
committerDamien Miller <djm@mindrot.org>2013-02-12 11:31:38 +1100
commit2f20de5e3f1c60eee3c9bda52289aff5c037dd08 (patch)
tree089896522c4130f1eadb66e658df22b538125122 /regress/try-ciphers.sh
parent58e2c5b3947122f82ecc0158180ba260e6e59166 (diff)
- (djm) [regress/try-ciphers.sh] clean up CVS merge botch
Diffstat (limited to 'regress/try-ciphers.sh')
-rw-r--r--regress/try-ciphers.sh7
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
47done 47done
48 48
49if ${SSH} -oCiphers=acss@openssh.org 2>&1 | grep "Bad SSH2 cipher" >/dev/null
50then
51 :
52else
53
54
55fi