mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-22 12:00:35 -04:00
programs: ssl_client2: set max restartable op also in PSA
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
ffac311aaf
commit
7f363dfe62
@ -2172,6 +2172,7 @@ usage:
|
||||
|
||||
#if defined(MBEDTLS_ECP_RESTARTABLE)
|
||||
if (opt.ec_max_ops != DFL_EC_MAX_OPS) {
|
||||
psa_interruptible_set_max_ops(opt.ec_max_ops);
|
||||
mbedtls_ecp_set_max_ops(opt.ec_max_ops);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user