mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-19 15:17:51 +08:00
Fix code stayle in iop export public-key function
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
f5a82fd0a2
commit
c57f6fcd05
@ -8192,7 +8192,7 @@ psa_status_t psa_generate_key_iop_complete(
|
|||||||
}
|
}
|
||||||
|
|
||||||
status = mbedtls_psa_ecp_generate_key_iop_complete(&operation->ctx, key_data,
|
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) {
|
if (status != PSA_SUCCESS) {
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user