mirror of https://github.com/openssl/openssl.git
Fix typo
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:
parent
d11c5b78af
commit
6d25809cd0
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue