mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 00:46:22 -04:00
Add missing PSA_ASSERT in mbedtls_test_psa_raw_key_agreement_with_self
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
3de040f62d
commit
6de38ac91c
@ -715,6 +715,7 @@ psa_status_t mbedtls_test_psa_raw_key_agreement_with_self(
|
|||||||
status = PSA_SUCCESS;
|
status = PSA_SUCCESS;
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
PSA_ASSERT(status);
|
||||||
|
|
||||||
status = psa_raw_key_agreement(alg, key,
|
status = psa_raw_key_agreement(alg, key,
|
||||||
public_key, public_key_length,
|
public_key, public_key_length,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user