summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-06-12 09:35:16 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-06-12 09:35:22 +0200
commit71b78a65f1ddac23e04bb379b9dfe9c3f57cda76 (patch)
tree69193d157914bae69d0416d3afdc8c52b6ada81f
parent14f21a070b892abe4408231fea1cf153a2d13546 (diff)
downloadgnutls-71b78a65f1ddac23e04bb379b9dfe9c3f57cda76.tar.gz
tests: corrected typo in comment
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/pskself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pskself.c b/tests/pskself.c
index 9580abe86d..10fe4c90cf 100644
--- a/tests/pskself.c
+++ b/tests/pskself.c
@@ -323,7 +323,7 @@ void doit(void)
run_test("NORMAL:-VERS-ALL:+VERS-TLS1.3:+PSK", 0);
run_test("NORMAL:-VERS-ALL:+VERS-TLS1.3:-GROUP-ALL:+GROUP-FFDHE2048:+DHE-PSK", 0);
run_test("NORMAL:-VERS-ALL:+VERS-TLS1.3:-GROUP-ALL:+GROUP-SECP256R1:+ECDHE-PSK", 0);
- /* the follow should work once we support PSK without DH */
+ /* the following should work once we support PSK without DH */
run_test("NORMAL:-VERS-ALL:+VERS-TLS1.3:-GROUP-ALL:+PSK", 0);
run_test("NORMAL:-KX-ALL:+PSK", 1);