mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
MODSEC-362
This commit is contained in:
@@ -579,7 +579,7 @@ struct directory_config {
|
||||
|
||||
/* Hash */
|
||||
apr_array_header_t *hash_method;
|
||||
const char *crypto_key;
|
||||
const char *crypto_key;
|
||||
int crypto_key_len;
|
||||
const char *crypto_param_name;
|
||||
int hash_is_enabled;
|
||||
@@ -598,6 +598,9 @@ struct directory_config {
|
||||
|
||||
/* xml */
|
||||
int xml_external_entity;
|
||||
|
||||
/* remote addr */
|
||||
const char *remote_define;
|
||||
};
|
||||
|
||||
struct error_message_t {
|
||||
|
Reference in New Issue
Block a user