mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 12:40:47 +00: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;
|
||||
goto exit;
|
||||
}
|
||||
PSA_ASSERT(status);
|
||||
|
||||
status = psa_raw_key_agreement(alg, key,
|
||||
public_key, public_key_length,
|
||||
|
Loading…
x
Reference in New Issue
Block a user