diff --git a/src/ssl_ocsp.c b/src/ssl_ocsp.c index e650a3ce3..64947bf05 100644 --- a/src/ssl_ocsp.c +++ b/src/ssl_ocsp.c @@ -57,6 +57,7 @@ #include #include #include +#include #include #include #include @@ -2075,7 +2076,7 @@ static int ocsp_update_parse_global_http_proxy(char **args, int section_type, st return 0; } -int ocsp_update_init(void *value, char *buf, struct ckch_data *d, int cli, char *filename, int linenum, char **err) +int ocsp_update_init(void *value, char *buf, struct ckch_data *d, int cli, const char *filename, int linenum, char **err) { int ocsp_update_mode = *(int *)value; int ret = 0;