summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2013-02-11 23:58:52 +0000
committerDamien Miller <djm@cvs.openbsd.org>2013-02-11 23:58:52 +0000
commit981c1430adb1e776578996ccbbb97393f34a5dd3 (patch)
treecc153c28fa2c71192b43a978e69a5a9bde8574ec /regress
parent6c23b289ca75cd31ea24e1911dfad677f3dd8da1 (diff)
remove acss here too
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/try-ciphers.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/regress/usr.bin/ssh/try-ciphers.sh b/regress/usr.bin/ssh/try-ciphers.sh
index 01e70e22707..07642bd6db9 100644
--- a/regress/usr.bin/ssh/try-ciphers.sh
+++ b/regress/usr.bin/ssh/try-ciphers.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: try-ciphers.sh,v 1.18 2013/01/12 11:23:53 djm Exp $
+# $OpenBSD: try-ciphers.sh,v 1.19 2013/02/11 23:58:51 djm Exp $
# Placed in the Public Domain.
tid="try ciphers"
@@ -43,13 +43,3 @@ for c in $ciphers; do
fi
done
-echo "Ciphers acss@openssh.org" >> $OBJ/sshd_proxy
-c=acss@openssh.org
-for m in $macs; do
- trace "proto 2 $c mac $m"
- verbose "test $tid: proto 2 cipher $c mac $m"
- ${SSH} -F $OBJ/ssh_proxy -2 -m $m -c $c somehost true
- if [ $? -ne 0 ]; then
- fail "ssh -2 failed with mac $m cipher $c"
- fi
-done