diff options
author | Damien Miller <djm@mindrot.org> | 2013-02-12 01:31:38 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-02-12 01:31:38 +0100 |
commit | 2f20de5e3f1c60eee3c9bda52289aff5c037dd08 (patch) | |
tree | 089896522c4130f1eadb66e658df22b538125122 /regress/try-ciphers.sh | |
parent | - djm@cvs.openbsd.org 2013/02/11 23:58:51 (diff) | |
download | openssh-2f20de5e3f1c60eee3c9bda52289aff5c037dd08.tar.xz openssh-2f20de5e3f1c60eee3c9bda52289aff5c037dd08.zip |
- (djm) [regress/try-ciphers.sh] clean up CVS merge botch
Diffstat (limited to 'regress/try-ciphers.sh')
-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 fi done -if ${SSH} -oCiphers=acss@openssh.org 2>&1 | grep "Bad SSH2 cipher" >/dev/null -then - : -else - - -fi |