1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Reordering: Document that only HS and CCS msgs are buffered

This commit is contained in:
Hanno Becker
2018-08-28 10:04:33 +01:00
parent 4f432ad44d
commit 360bef3fe3

View File

@ -4710,6 +4710,7 @@ static int ssl_buffer_message( mbedtls_ssl_context *ssl )
}
default:
/* We don't buffer other types of messages. */
break;
}