From 71b78a65f1ddac23e04bb379b9dfe9c3f57cda76 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 12 Jun 2018 09:35:16 +0200 Subject: tests: corrected typo in comment Signed-off-by: Nikos Mavrogiannopoulos --- tests/pskself.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1