From 58e2c5b3947122f82ecc0158180ba260e6e59166 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 12 Feb 2013 11:16:57 +1100 Subject: - djm@cvs.openbsd.org 2013/02/11 23:58:51 [try-ciphers.sh] remove acss here too --- ChangeLog | 3 +++ regress/try-ciphers.sh | 12 +----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01ba1fe33..e744747e3 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 ef91085c5..054a1f14e 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 -- cgit v1.2.3