From: Rich Salz Date: Mon, 10 Aug 2015 15:37:48 +0000 (-0400) Subject: Fix build break. X-Git-Tag: OpenSSL_1_1_0-pre1~837 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=82c494276df9f594064688c920c4431c85759121;hp=4b9cb35d85c32a8ebc973355bdb4833e719af108;p=openssl.git Fix build break. Reviewed-by: Viktor Dukhovni --- 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 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;