mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-06 10:19:56 +00:00
initial remove of mbedtls_ssl_conf_rng
Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user