Resync PuTTY interop tests.

Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.
This commit is contained in:
Darren Tucker 2021-08-31 17:04:50 +10:00
parent e47b82a7bf
commit 87ad70d605
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

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