Skip to content

Commit

Permalink
Remove MBEDTLS_ECP_HAVE_SECP192R1 definition
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
  • Loading branch information
eleuzi01 committed Aug 20, 2024
1 parent a95ec33 commit 3378c8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/mbedtls/config_adjust_legacy_crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@
#if defined(MBEDTLS_ECP_DP_SECP224K1_ENABLED) || defined(PSA_WANT_ECC_SECP_K1_224)
#define MBEDTLS_ECP_HAVE_SECP224K1
#endif
#if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_192)
#define MBEDTLS_ECP_HAVE_SECP192R1
#endif

/* Helper symbol to state that the PK module has support for EC keys. This
* can either be provided through the legacy ECP solution or through the
Expand Down

0 comments on commit 3378c8c

Please sign in to comment.