mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 12:55:34 +00:00
Break overly long line in definition of mbedtls_ssl_get_session()
This commit is contained in:
parent
1332f35a4e
commit
933b9fc815
|
@ -8833,7 +8833,8 @@ const mbedtls_x509_crt *mbedtls_ssl_get_peer_cert( const mbedtls_ssl_context *ss
|
||||||
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_CLI_C)
|
#if defined(MBEDTLS_SSL_CLI_C)
|
||||||
int mbedtls_ssl_get_session( const mbedtls_ssl_context *ssl, mbedtls_ssl_session *dst )
|
int mbedtls_ssl_get_session( const mbedtls_ssl_context *ssl,
|
||||||
|
mbedtls_ssl_session *dst )
|
||||||
{
|
{
|
||||||
if( ssl == NULL ||
|
if( ssl == NULL ||
|
||||||
dst == NULL ||
|
dst == NULL ||
|
||||||
|
|
Loading…
Reference in a new issue