mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-10 21:27:50 +00:00
programs: ssl_client2: set max restartable op also in PSA
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user