mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-04 08:22:09 +03: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 <valerio.setti@nordicsemi.no>