removed NR psa-init

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor 2025-03-18 09:16:14 +00:00
parent 6ff2da196a
commit d5d707842c

View File

@ -1285,10 +1285,6 @@ int mbedtls_ssl_setup(mbedtls_ssl_context *ssl,
goto error;
}
if((ret = psa_crypto_init()) != 0) {
goto error;
}
return 0;
error: