summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 13:43:53 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 13:43:53 +0000
commitefebb108292f4c583a6fb283c005aac210a4f59a (patch)
tree8663142fa351c4b7ed5ce75624774bf031f1c155 /test
parent3c3f0259238594d77264a78944d409f2127642c4 (diff)
oops
Diffstat (limited to 'test')
-rw-r--r--test/testssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testssl b/test/testssl
index 138ce2f47d..3ab5b029e6 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