Add missing PSA_ASSERT in mbedtls_test_psa_raw_key_agreement_with_self

Signed-off-by: Ryan Everett <[email protected]>
This commit is contained in:
Ryan Everett
2024-03-14 17:50:39 +00:00
parent 3de040f62d
commit 6de38ac91c
+1
View File
@@ -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,