Align the union size

Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
XiaokangQian 2021-11-10 03:12:11 +00:00
parent aaa0e197a8
commit 57b2aff8a8

View File

@ -729,6 +729,8 @@ struct mbedtls_ssl_handshake_params
/* Incoming Finished message */
struct
{
uint8_t preparation_done;
/* Buffer holding digest of the handshake up to but
* excluding the peer's incoming finished message. */
unsigned char digest[MBEDTLS_TLS1_3_MD_MAX_SIZE];