mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix indentation issue in PSA version of ssl_get_ecdh_params_from_cert()
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
@ -2904,7 +2904,8 @@ static int ssl_get_ecdh_params_from_cert( mbedtls_ssl_context *ssl )
|
|||||||
|
|
||||||
status = psa_import_key( &key_attributes, buf, key_len,
|
status = psa_import_key( &key_attributes, buf, key_len,
|
||||||
&ssl->handshake->ecdh_psa_privkey );
|
&ssl->handshake->ecdh_psa_privkey );
|
||||||
if( status != PSA_SUCCESS ) {
|
if( status != PSA_SUCCESS )
|
||||||
|
{
|
||||||
ret = psa_ssl_status_to_mbedtls( status );
|
ret = psa_ssl_status_to_mbedtls( status );
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user