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:
parent
21e1ac205e
commit
53585eeb17
4 changed files with 12 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue