mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-27 03:04:17 +01:00
Fix indentation to a multiple of 4 spaces
This commit is contained in:
parent
8793fab635
commit
fb02e96cf5
@ -1714,7 +1714,7 @@ int mbedtls_ssl_build_pms( mbedtls_ssl_context *ssl )
|
|||||||
if( mbedtls_ssl_ciphersuite_uses_psk( ciphersuite_info ) )
|
if( mbedtls_ssl_ciphersuite_uses_psk( ciphersuite_info ) )
|
||||||
{
|
{
|
||||||
if( ( ret = mbedtls_ssl_psk_derive_premaster( ssl,
|
if( ( ret = mbedtls_ssl_psk_derive_premaster( ssl,
|
||||||
mbedtls_ssl_suite_get_key_exchange( ciphersuite_info ) ) ) != 0 )
|
mbedtls_ssl_suite_get_key_exchange( ciphersuite_info ) ) ) != 0 )
|
||||||
{
|
{
|
||||||
MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ssl_psk_derive_premaster", ret );
|
MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ssl_psk_derive_premaster", ret );
|
||||||
return( ret );
|
return( ret );
|
||||||
|
Loading…
Reference in New Issue
Block a user