mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-14 06:19:56 +00:00
initial remove of mbedtls_ssl_conf_rng
Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
@@ -767,7 +767,6 @@ int mbedtls_test_ssl_endpoint_init(
|
||||
|
||||
mbedtls_ssl_init(&(ep->ssl));
|
||||
mbedtls_ssl_config_init(&(ep->conf));
|
||||
mbedtls_ssl_conf_rng(&(ep->conf), mbedtls_test_random, NULL);
|
||||
|
||||
TEST_ASSERT(mbedtls_ssl_conf_get_user_data_p(&ep->conf) == NULL);
|
||||
TEST_EQUAL(mbedtls_ssl_conf_get_user_data_n(&ep->conf), 0);
|
||||
|
||||
Reference in New Issue
Block a user