From 7213744b076d068820aa35a0325cadf9d98886bd Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Mon, 5 Nov 2018 22:31:32 +0200 Subject: [PATCH] Fix typo in comment Change from from lower case to upper case in XXX_ALT comment in `MBEDTLS_ECP_RESTARTABLE` description. --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 950319a10..9f8192fd6 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -697,7 +697,7 @@ * * \note This option only works with the default software implementation of * elliptic curve functionality. It is incompatible with - * MBEDTLS_ECP_ALT, MBEDTLS_ECDH_xxx_ALT and MBEDTLS_ECDSA_xxx_ALT. + * MBEDTLS_ECP_ALT, MBEDTLS_ECDH_XXX_ALT and MBEDTLS_ECDSA_XXX_ALT. */ //#define MBEDTLS_ECP_RESTARTABLE