MODSEC-362

This commit is contained in:
Breno Silva
2013-04-22 13:36:13 -04:00
parent 08471afafe
commit 6cd3a14db1
3 changed files with 61 additions and 3 deletions

View File

@@ -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 {