mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
Reordering: Document that only HS and CCS msgs are buffered
This commit is contained in:
parent
4f432ad44d
commit
360bef3fe3
|
@ -4710,6 +4710,7 @@ static int ssl_buffer_message( mbedtls_ssl_context *ssl )
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
/* We don't buffer other types of messages. */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue