mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
PK: fix support for ECKEY_DH
This commit is contained in:
@@ -38,6 +38,7 @@ extern const pk_info_t rsa_info;
|
||||
|
||||
#if defined(POLARSSL_ECP_C)
|
||||
extern const pk_info_t eckey_info;
|
||||
extern const pk_info_t eckeydh_info;
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_ECDSA_C)
|
||||
|
Reference in New Issue
Block a user