removed NR psa-init

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-03-26 13:33:32 +00:00
parent 6ff2da196a
commit d5d707842c
-4
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: