summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-12 11:16:57 +1100
committerDamien Miller <djm@mindrot.org>2013-02-12 11:16:57 +1100
commit58e2c5b3947122f82ecc0158180ba260e6e59166 (patch)
tree629fe9d4f9af5c6241fb9897d2cbd92b01c7810e
parent22e8a1e1695f1c8179cea61ac63b2fdd4b11f2d7 (diff)
- djm@cvs.openbsd.org 2013/02/11 23:58:51
[try-ciphers.sh] remove acss here too
-rw-r--r--ChangeLog3
-rw-r--r--regress/try-ciphers.sh12
2 files changed, 4 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 01ba1fe3..e744747e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,9 @@
- dtucker@cvs.openbsd.org 2013/02/11 21:21:58
[sshd.c]
Add openssl version to debug output similar to the client. ok markus@
+ - djm@cvs.openbsd.org 2013/02/11 23:58:51
+ [regress/try-ciphers.sh]
+ remove acss here too
20130211
- (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old
diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh
index ef91085c..054a1f14 100644
--- a/regress/try-ciphers.sh
+++ b/regress/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"
@@ -51,15 +51,5 @@ then
:
else
-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
fi