[mod_extforward] config warning for module order

expand config warning for module load order to include other TLS modules
This commit is contained in:
Glenn Strauss 2021-01-06 07:52:20 -05:00
parent bdb58c245a
commit a99550d76c
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ SETDEFAULTS_FUNC(mod_extforward_set_defaults) {
data_string *ds = (data_string *)srv->srvconf.modules->data[i];
if (buffer_eq_slen(&ds->value, CONST_STR_LEN("mod_openssl"))
|| buffer_eq_slen(&ds->value, CONST_STR_LEN("mod_mbedtls"))
|| buffer_eq_slen(&ds->value, CONST_STR_LEN("mod_wolfssl"))
|| buffer_eq_slen(&ds->value, CONST_STR_LEN("mod_nss"))
|| buffer_eq_slen(&ds->value, CONST_STR_LEN("mod_gnutls"))) {
log_error(srv->errh, __FILE__, __LINE__,