mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-14 14:29:55 +00:00
initial remove of mbedtls_ssl_conf_rng
Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
@@ -150,7 +150,6 @@ int main(void)
|
||||
* but makes interop easier in this simplified example */
|
||||
mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL);
|
||||
mbedtls_ssl_conf_ca_chain(&conf, &cacert, NULL);
|
||||
mbedtls_ssl_conf_rng(&conf, mbedtls_ctr_drbg_random, &ctr_drbg);
|
||||
mbedtls_ssl_conf_dbg(&conf, my_debug, stdout);
|
||||
|
||||
if ((ret = mbedtls_ssl_setup(&ssl, &conf)) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user