Fix #ifdefs on ssl_cli.c or ssl_srv.c
Nothing to do with the current branch except I'm going to refine such #ifdefs for tickets next and I want to start from a clean state
This commit is contained in:
parent
0c0f11f4b3
commit
cf141ca7e7
2 changed files with 6 additions and 4 deletions
|
@ -1769,7 +1769,7 @@ int mbedtls_ssl_conf_dh_param( mbedtls_ssl_config *conf, const char *dhm_P, cons
|
|||
* \return 0 if successful
|
||||
*/
|
||||
int mbedtls_ssl_conf_dh_param_ctx( mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx );
|
||||
#endif /* MBEDTLS_DHM_C */
|
||||
#endif /* MBEDTLS_DHM_C && defined(MBEDTLS_SSL_SRV_C) */
|
||||
|
||||
#if defined(MBEDTLS_SSL_SET_CURVES)
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue