Fix warnings

This commit is contained in:
brenosilva
2012-06-17 13:33:07 +00:00
parent 89fb40248a
commit f896591fc3
9 changed files with 82 additions and 46 deletions

View File

@@ -569,7 +569,7 @@ struct directory_config {
/* Encryption */
apr_array_header_t *encryption_method;
const char *crypto_key;
const char *crypto_key;
int crypto_key_len;
const char *crypto_param_name;
int encryption_is_enabled;