summaryrefslogtreecommitdiff
path: root/test/testssl
diff options
context:
space:
mode:
authorbodo <bodo>2011-09-05 13:43:56 +0000
committerbodo <bodo>2011-09-05 13:43:56 +0000
commit89a7bb6916f70fe4601d8090913ad29267a5c70c (patch)
treeb0416ada8914faadb4360e5c1ace2a4c0146fe80 /test/testssl
parent3c8e61a9ce97ca1e85756548cdf709184b4d32ac (diff)
downloadopenssl-89a7bb6916f70fe4601d8090913ad29267a5c70c.tar.gz
oops
Diffstat (limited to 'test/testssl')
-rw-r--r--test/testssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testssl b/test/testssl
index 2ae1e8ba9..530a25200 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