mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 09:35:34 +00:00
Fixed typo in comment
This commit is contained in:
parent
722da74cfc
commit
94c5e3c654
|
@ -3886,7 +3886,7 @@ read_record_header:
|
|||
ssl->in_msg[0], ssl->in_msg[1] ) );
|
||||
|
||||
/*
|
||||
* Ignore non-fatal alerts, except close_notify and no_renego
|
||||
* Ignore non-fatal alerts, except close_notify and no_renegotiation
|
||||
*/
|
||||
if( ssl->in_msg[0] == MBEDTLS_SSL_ALERT_LEVEL_FATAL )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue