mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-10 04:13:45 +00:00
Fix merge
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
716cf2d4e0
commit
1b5b58d4d9
@ -4423,7 +4423,7 @@ psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
|
||||
|
||||
LOCAL_OUTPUT_ALLOC(iv_external, default_iv_length, iv);
|
||||
|
||||
status = psa_generate_random_internal(local_iv, default_iv_length);
|
||||
status = psa_generate_random_internal(iv, default_iv_length);
|
||||
if (status != PSA_SUCCESS) {
|
||||
goto exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user