Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26178)
This commit is contained in:
Neil Horman 2024-12-16 09:11:05 -05:00
parent d11c5b78af
commit 6d25809cd0
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ static void port_bind_channel(QUIC_PORT *port, const BIO_ADDR *peer,
if (odcid->id_len != 0) {
/*
* If we have an odcid, then we wen't through server address validation
* If we have an odcid, then we went through server address validation
* and as such, this channel need not conform to the 3x validation cap
* See RFC 9000 s. 8.1
*/