1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

fix various issues

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2022-04-16 12:37:19 +08:00
parent cba64af50d
commit 4d3841a4d1
2 changed files with 130 additions and 188 deletions

View File

@ -809,14 +809,6 @@ struct mbedtls_ssl_handshake_params
size_t digest_len;
} finished_in;
#if defined(MBEDTLS_SSL_SRV_C)
/* Server, outgoing ClientKeyExchange */
struct
{
uint8_t preparation_done;
} encrypted_extensions_out;
#endif /* MBEDTLS_SSL_SRV_C */
} state_local;
/* End of state-local variables. */