summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 13:43:56 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 13:43:56 +0000
commit2c472780c0c8ea49a87f7a1b1265bcb0b27a3f39 (patch)
treeae6976cd24fdc67380c2393fc121e73ff76d81ad /test
parentc519e89f5c359b8c0f747519773284d9b6382791 (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 2ae1e8ba9a..530a252008 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