mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +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 */
|
||||
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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user