Free psa crypto at the end of programs when initialized

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel
2023-04-19 10:15:26 +02:00
parent e296868b25
commit a8c560a799
15 changed files with 21 additions and 13 deletions

View File

@@ -469,6 +469,7 @@ exit:
mbedtls_pk_free(&key);
mbedtls_ctr_drbg_free(&ctr_drbg);
mbedtls_entropy_free(&entropy);
mbedtls_psa_crypto_free();
cur = opt.san_list;
while (cur != NULL) {