mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-10 05:03:02 +03:00
Fix code stayle in iop export public-key function
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
@@ -8192,7 +8192,7 @@ psa_status_t psa_generate_key_iop_complete(
|
||||
}
|
||||
|
||||
status = mbedtls_psa_ecp_generate_key_iop_complete(&operation->ctx, key_data,
|
||||
sizeof(key_data), &key_len);
|
||||
sizeof(key_data), &key_len);
|
||||
if (status != PSA_SUCCESS) {
|
||||
goto exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user