1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

initial remove of mbedtls_ssl_conf_rng

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-03-06 11:35:00 +00:00
parent 48d1c149d1
commit 47111a1cb1
20 changed files with 0 additions and 47 deletions

View File

@@ -200,7 +200,6 @@ int main(void)
goto exit;
}
mbedtls_ssl_conf_rng(&conf, mbedtls_ctr_drbg_random, &ctr_drbg);
mbedtls_ssl_conf_dbg(&conf, my_debug, stdout);
mbedtls_ssl_conf_read_timeout(&conf, READ_TIMEOUT_MS);