commit | 57b2aff8a8bc32a5bf81087321f95f2c1e235e3d | [log] [tgz] |
---|---|---|
author | XiaokangQian <xiaokang.qian@arm.com> | Wed Nov 10 03:12:11 2021 +0000 |
committer | XiaokangQian <xiaokang.qian@arm.com> | Wed Nov 10 03:12:11 2021 +0000 |
tree | c4937a6b4078cc359d073606788b40a06478b994 | |
parent | aaa0e197a81ea8fe8b8a9364987019603b81f519 [diff] [blame] |
Align the union size Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index c0a370e..362117f 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -729,6 +729,8 @@ /* 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];