summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
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/ocsp.c
parent4b9cb35d85c32a8ebc973355bdb4833e719af108 (diff)
Fix build break.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 5b3092a4d2..7193dae20b 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -1256,7 +1256,7 @@ static OCSP_RESPONSE *query_responder(BIO *cbio, const char *path,
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)
{
BIO *cbio = NULL;