mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Align the union size
Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
parent
aaa0e197a8
commit
57b2aff8a8
@ -729,6 +729,8 @@ struct mbedtls_ssl_handshake_params
|
|||||||
/* Incoming Finished message */
|
/* Incoming Finished message */
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
uint8_t preparation_done;
|
||||||
|
|
||||||
/* Buffer holding digest of the handshake up to but
|
/* Buffer holding digest of the handshake up to but
|
||||||
* excluding the peer's incoming finished message. */
|
* excluding the peer's incoming finished message. */
|
||||||
unsigned char digest[MBEDTLS_TLS1_3_MD_MAX_SIZE];
|
unsigned char digest[MBEDTLS_TLS1_3_MD_MAX_SIZE];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user