summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl
diff options
context:
space:
mode:
authortb <>2024-09-11 15:04:16 +0000
committertb <>2024-09-11 15:04:16 +0000
commit3d60073121c9fed2d9a86b0ec752999b75409e21 (patch)
tree711ba2b66128d32d4812534dc7ae557b86926ec6 /src/regress/lib/libssl
parent5fb5fa9c7d09cb8c0e89b03276ec1dbe5413aabb (diff)
downloadopenbsd-3d60073121c9fed2d9a86b0ec752999b75409e21.tar.gz
openbsd-3d60073121c9fed2d9a86b0ec752999b75409e21.tar.bz2
openbsd-3d60073121c9fed2d9a86b0ec752999b75409e21.zip
parametes -> parameters
Diffstat (limited to 'src/regress/lib/libssl')
-rw-r--r--src/regress/lib/libssl/tlsext/tlsexttest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c
index d5c8840e24..4adf27421d 100644
--- a/src/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/src/regress/lib/libssl/tlsext/tlsexttest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tlsexttest.c,v 1.91 2024/07/22 14:50:45 jsing Exp $ */ 1/* $OpenBSD: tlsexttest.c,v 1.92 2024/09/11 15:04:16 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> 4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -2073,7 +2073,7 @@ test_tlsext_quic_transport_parameters_client(void)
2073 2073
2074 if (!SSL_set_quic_transport_params(ssl, 2074 if (!SSL_set_quic_transport_params(ssl,
2075 tlsext_quic_transport_data, sizeof(tlsext_quic_transport_data))) { 2075 tlsext_quic_transport_data, sizeof(tlsext_quic_transport_data))) {
2076 FAIL("client failed to set QUIC parametes\n"); 2076 FAIL("client failed to set QUIC parameters\n");
2077 goto err; 2077 goto err;
2078 } 2078 }
2079 2079