diff options
-rw-r--r-- | src/regress/lib/libssl/tlsext/tlsexttest.c | 4 |
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 | ||