mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
Remove f_rng p_rng, as these are no longer used
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -3081,8 +3081,6 @@ usage:
|
||||
ssl_async_keys.inject_error = (opt.async_private_error < 0 ?
|
||||
-opt.async_private_error :
|
||||
opt.async_private_error);
|
||||
ssl_async_keys.f_rng = psa_generate_random;
|
||||
ssl_async_keys.p_rng = &rng;
|
||||
mbedtls_ssl_conf_async_private_cb(&conf,
|
||||
sign,
|
||||
ssl_async_resume,
|
||||
|
||||
Reference in New Issue
Block a user