Remove test DHM params from certs.c

certs.c belongs to the X.509 library, while DHM belongs to the crypto lib.
This commit is contained in:
Manuel Pégourié-Gonnard 2015-06-25 08:52:25 +02:00
parent 21e1ac205e
commit 53585eeb17
4 changed files with 12 additions and 25 deletions

View file

@ -93,11 +93,6 @@ extern const char mbedtls_test_cli_key_rsa[];
extern const size_t mbedtls_test_cli_key_rsa_len;
#endif
#if defined(MBEDTLS_DHM_C)
extern const char mbedtls_test_dhm_params[];
extern const size_t mbedtls_test_dhm_params_len;
#endif
#ifdef __cplusplus
}
#endif