Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.
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
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
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