diff --git a/test/testssl b/test/testssl index 2ae1e8ba9a932c0a9d113ae5719479c0d92c755a..530a252008d72ca9035a67649f619cf72b687492 100644 --- a/test/testssl +++ b/test/testssl @@ -142,8 +142,8 @@ else fi fi -# echo test tls1 with PSK -# $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1 +echo test tls1 with PSK +$ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1 echo test tls1 with PSK via BIO pair $ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1