summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-06-06 06:11:05 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-06-06 06:11:05 +0000
commitcf289073e3d82854fb407841c9e11741acdcde3f (patch)
treea366c361adc91cb2454d92557c0aea841320bc08 /regress/lib
parent01018aef9c6732553f066c4c9e22781eaf58049b (diff)
Minor tweaks to psk modes regress
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libssl/tlsext/tlsexttest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libssl/tlsext/tlsexttest.c b/regress/lib/libssl/tlsext/tlsexttest.c
index 6b1ce3ca0c7..297aff2441a 100644
--- a/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/regress/lib/libssl/tlsext/tlsexttest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tlsexttest.c,v 1.62 2022/06/05 20:37:24 tb Exp $ */
+/* $OpenBSD: tlsexttest.c,v 1.63 2022/06/06 06:11:04 tb Exp $ */
/*
* Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -3634,7 +3634,7 @@ test_tlsext_psk_modes_client(void)
goto err;
}
- /* Make sure we can build the psk modes with DHE key establishments. */
+ /* Make sure we can build psk modes with DHE key establishment. */
if (!tlsext_psk_kex_modes_client_build(ssl, SSL_TLSEXT_MSG_CH, &cbb)) {
FAIL("client failed to build psk kex modes\n");
@@ -3758,7 +3758,7 @@ test_tlsext_psk_modes_server(void)
errx(1, "failed to create SSL");
if (tlsext_psk_kex_modes_server_needs(ssl, SSL_TLSEXT_MSG_SH)) {
- FAIL("server should not need psk kex modes by default\n");
+ FAIL("server should not need psk kex modes\n");
goto err;
}