1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

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

@ -276,9 +276,9 @@ static const char *features[] = {
#if defined(MBEDTLS_ECP_NIST_OPTIM)
"MBEDTLS_ECP_NIST_OPTIM",
#endif /* MBEDTLS_ECP_NIST_OPTIM */
#if defined(MBEDTLS_ECP_EARLY_RETURN)
"MBEDTLS_ECP_EARLY_RETURN",
#endif /* MBEDTLS_ECP_EARLY_RETURN */
#if defined(MBEDTLS_ECP_RESTARTABLE)
"MBEDTLS_ECP_RESTARTABLE",
#endif /* MBEDTLS_ECP_RESTARTABLE */
#if defined(MBEDTLS_ECDSA_DETERMINISTIC)
"MBEDTLS_ECDSA_DETERMINISTIC",
#endif /* MBEDTLS_ECDSA_DETERMINISTIC */