Rename EARLY_RETURN -> RESTARTABLE

This is more consistent with function and context names.
This commit is contained in:
Manuel Pégourié-Gonnard 2017-04-20 15:50:26 +02:00
parent 411079fc34
commit 4b9c51ef32
6 changed files with 65 additions and 65 deletions

View file

@ -562,7 +562,7 @@
#define MBEDTLS_ECP_NIST_OPTIM
/**
* \def MBEDTLS_ECP_EARLY_RETURN
* \def MBEDTLS_ECP_RESTARTABLE
*
* Enable "non-blocking" ECC operations that can return early and be resumed.
*
@ -574,7 +574,7 @@
*
* Comment this macro to disable non-blocking ECC computations.
*/
#define MBEDTLS_ECP_EARLY_RETURN
#define MBEDTLS_ECP_RESTARTABLE
/**
* \def MBEDTLS_ECDSA_DETERMINISTIC