Add further rng removals highlighted by the ci

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2026-01-12 13:12:47 +00:00
parent 7d71244dc3
commit dcf7670825
4 changed files with 4 additions and 9 deletions

View File

@@ -818,7 +818,6 @@ int main(int argc, char *argv[])
#endif
psa_status_t status;
rng_context_t rng;
mbedtls_ssl_context ssl;
mbedtls_ssl_config conf;
mbedtls_ssl_session saved_session;
@@ -1652,7 +1651,7 @@ usage:
mbedtls_printf("\n . Seeding the random number generator...");
fflush(stdout);
ret = rng_seed(&rng, opt.reproducible, pers);
ret = rng_seed(opt.reproducible, pers);
if (ret != 0) {
goto exit;
}