Fixed typo in comment
This commit is contained in:
parent
b48ace74c4
commit
459a950f31
1 changed files with 1 additions and 1 deletions
|
@ -3896,7 +3896,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