Corrects documentation issues

Commit corrects incorrect docs in
ecdh.h and config.h.

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2021-06-03 15:46:33 +01:00
parent 4e9fb3985e
commit 537e64305d
2 changed files with 1 additions and 5 deletions

View file

@ -779,8 +779,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, MBEDTLS_ECDSA_XXX_ALT
* and MBEDTLS_ECDH_LEGACY_CONTEXT.
* MBEDTLS_ECP_ALT, MBEDTLS_ECDH_XXX_ALT, MBEDTLS_ECDSA_XXX_ALT.
*/
//#define MBEDTLS_ECP_RESTARTABLE

View file

@ -51,9 +51,6 @@
* will support alternative implementations of ECDH operations.
* The new format is incompatible with applications that access
* context fields directly and with restartable ECP operations.
*
* This option has no effect if #MBEDTLS_ECDH_C is not enabled.
*
*/
#if defined(MBEDTLS_ECP_RESTARTABLE)