mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
Break overly long line in definition of mbedtls_ssl_get_session()
This commit is contained in:
parent
60848e6574
commit
f852b1c035
|
@ -8532,7 +8532,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