remove dh parameter check at configure time.

this is done when the workers startup if a domain with tls was used.
This commit is contained in:
Joris Vink 2019-03-26 21:44:44 +01:00
parent e4caac9e0c
commit 39ffa047ca
1 changed files with 0 additions and 5 deletions

View File

@ -234,11 +234,6 @@ kore_parse_config(void)
kore_parse_config_file(fp);
(void)fclose(fp);
#if !defined(KORE_NO_TLS)
if (tls_dhparam == NULL)
fatal("incomplete TLS setup: no DH parameters provided");
#endif
if (!kore_module_loaded())
fatal("no application module was loaded");