From a0cdde3588065df1990f01f902cbe3b3d0414a7c Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Wed, 7 Aug 2024 17:07:49 +0100 Subject: [PATCH] Remove outdated documentation Signed-off-by: Thomas Daubney --- include/mbedtls/mbedtls_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 3881dbb114..3722c32a44 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -650,10 +650,6 @@ * PSA, and are not restartable. These are temporary limitations that * should be lifted in the future. * - * \note This option only works with the default software implementation of - * elliptic curve functionality. It is incompatible with - * MBEDTLS_ECDH_XXX_ALT, MBEDTLS_ECDSA_XXX_ALT. - * * Requires: MBEDTLS_ECP_C * * Uncomment this macro to enable restartable ECC computations.