summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-03-25 05:48:39 +0000
committertb <>2024-03-25 05:48:39 +0000
commit0fccccc84cb35d749b5b97460fb382d25cf524ab (patch)
treee16a60516e1f0f0b4922aba6f85611f0607f331e
parentd973603147ebd101c55364293aac2011120b7abd (diff)
downloadopenbsd-0fccccc84cb35d749b5b97460fb382d25cf524ab.tar.gz
openbsd-0fccccc84cb35d749b5b97460fb382d25cf524ab.tar.bz2
openbsd-0fccccc84cb35d749b5b97460fb382d25cf524ab.zip
Fix typo msg_types -> msg_type
from jsing
-rw-r--r--src/lib/libssl/ssl_tlsext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_tlsext.c b/src/lib/libssl/ssl_tlsext.c
index f278aca9df..ff138084e8 100644
--- a/src/lib/libssl/ssl_tlsext.c
+++ b/src/lib/libssl/ssl_tlsext.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_tlsext.c,v 1.139 2024/03/25 04:02:29 jsing Exp $ */ 1/* $OpenBSD: ssl_tlsext.c,v 1.140 2024/03/25 05:48:39 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2016, 2017, 2019 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2016, 2017, 2019 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> 4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -102,7 +102,7 @@ tlsext_alpn_check_format(CBS *cbs)
102} 102}
103 103
104static int 104static int
105tlsext_alpn_server_parse(SSL *s, struct tlsext_data *td, uint16_t msg_types, 105tlsext_alpn_server_parse(SSL *s, struct tlsext_data *td, uint16_t msg_type,
106 CBS *cbs, int *alert) 106 CBS *cbs, int *alert)
107{ 107{
108 CBS alpn; 108 CBS alpn;