Fix merge

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2024-03-04 17:15:08 +01:00
parent 26bbd8dd4e
commit f3c3504f5a
No known key found for this signature in database
GPG Key ID: F072ACA227ACD71D

View File

@ -3758,7 +3758,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;
}