- djm@cvs.openbsd.org 2013/02/11 23:58:51

[try-ciphers.sh]
     remove acss here too
This commit is contained in:
Damien Miller 2013-02-12 11:16:57 +11:00
parent 22e8a1e169
commit 58e2c5b394
2 changed files with 4 additions and 11 deletions

View File

@ -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

View File

@ -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