summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-08-10 11:37:48 -0400
committerRich Salz <rsalz@openssl.org>2015-08-10 12:00:23 -0400
commit82c494276df9f594064688c920c4431c85759121 (patch)
tree23370fc48ce5cd96c75a78eafaf0b5fdaadbe172 /apps/apps.h
parent4b9cb35d85c32a8ebc973355bdb4833e719af108 (diff)
Fix build break.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.h b/apps/apps.h
index f2dc812492..99c58095f0 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -450,7 +450,7 @@ ENGINE *setup_engine(const char *engine, int debug);
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
const char *host, const char *path,
const char *port, int use_ssl,
- const STACK_OF(CONF_VALUE) *headers,
+ STACK_OF(CONF_VALUE) *headers,
int req_timeout);
# endif