1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix typo issues

Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
Xiaokang Qian
2022-10-12 10:21:27 +00:00
parent 8730644da1
commit baa4764d77
2 changed files with 2 additions and 5 deletions

View File

@ -1204,8 +1204,7 @@ struct mbedtls_ssl_session
#if defined(MBEDTLS_SSL_PROTO_TLS1_3)
mbedtls_ssl_tls13_application_secrets MBEDTLS_PRIVATE(app_secrets);
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */
#endif
};
/*