diff --git a/library/ssl_misc.h b/library/ssl_misc.h index c0a370e06b..362117fd9a 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -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];