mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-09 12:47:49 +00:00
PK restartable operations are now implemented using PSA interruptible ones, so mbedtls_ecp_set_max_ops() can be removed in favor of psa_interruptible_set_max_ops(). Signed-off-by: Valerio Setti <[email protected]>