Resync PuTTY interop tests.
Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.
This commit is contained in:
parent
e47b82a7bf
commit
87ad70d605
|
@ -4,8 +4,7 @@
|
|||
tid="putty ciphers"
|
||||
|
||||
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
|
||||
echo "putty interop tests not enabled"
|
||||
exit 0
|
||||
fatal "putty interop tests not enabled"
|
||||
fi
|
||||
|
||||
for c in aes 3des aes128-ctr aes192-ctr aes256-ctr chacha20 ; do
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
tid="putty KEX"
|
||||
|
||||
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
|
||||
echo "putty interop tests not enabled"
|
||||
exit 0
|
||||
fatal "putty interop tests not enabled"
|
||||
fi
|
||||
|
||||
for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ecdh ; do
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
tid="putty transfer data"
|
||||
|
||||
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
|
||||
echo "putty interop tests not enabled"
|
||||
exit 0
|
||||
fatal "putty interop tests not enabled"
|
||||
fi
|
||||
|
||||
if [ "`${SSH} -Q compression`" = "none" ]; then
|
||||
|
|
Loading…
Reference in New Issue