ECDH: Remove unnecessary #include
This commit is contained in:
parent
737df0c755
commit
4061f04acd
1 changed files with 0 additions and 4 deletions
|
@ -47,10 +47,6 @@
|
||||||
|
|
||||||
#if defined(MBEDTLS_ECDH_LEGACY_CONTEXT)
|
#if defined(MBEDTLS_ECDH_LEGACY_CONTEXT)
|
||||||
typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
|
typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed;
|
||||||
#else
|
|
||||||
#if defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED)
|
|
||||||
#include "everest/everest.h"
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static mbedtls_ecp_group_id mbedtls_ecdh_grp_id(
|
static mbedtls_ecp_group_id mbedtls_ecdh_grp_id(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue