mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-08 01:30:00 +01:00
Remote key export identifier used for TLS < 1.2.
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
ddc739cac4
commit
22b34f75cd
|
|
@ -961,7 +961,6 @@ struct mbedtls_ssl_session
|
|||
typedef enum
|
||||
{
|
||||
MBEDTLS_SSL_TLS_PRF_NONE,
|
||||
MBEDTLS_SSL_TLS_PRF_TLS1,
|
||||
MBEDTLS_SSL_TLS_PRF_SHA384,
|
||||
MBEDTLS_SSL_TLS_PRF_SHA256,
|
||||
MBEDTLS_SSL_HKDF_EXPAND_SHA384,
|
||||
|
|
|
|||
Loading…
Reference in a new issue