1
0
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:
Manuel Pégourié-Gonnard
2013-08-12 18:51:26 +02:00
parent f18c3e0378
commit 835eb59c6a
3 changed files with 38 additions and 1 deletions

View File

@@ -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)