Tune dependencies
Don't depend on srv.c in config.h, but add explicit checks. This is more in line with other options that only make sense server-side, and also it allows to test full config minus srv.c more easily.
This commit is contained in:
parent
2ed05a049a
commit
ddfe5d20d1
3 changed files with 5 additions and 6 deletions
|
@ -1145,7 +1145,6 @@
|
|||
* flag enables that support.
|
||||
*
|
||||
* Requires: MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
||||
* MBEDTLS_SSL_SRV_C
|
||||
*
|
||||
* Comment this to disable support for clients reusing the source port.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue