提交 82c49427 编写于 作者: R Rich Salz 提交者: Rich Salz

Fix build break.

Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 4b9cb35d
...@@ -450,7 +450,7 @@ ENGINE *setup_engine(const char *engine, int debug); ...@@ -450,7 +450,7 @@ ENGINE *setup_engine(const char *engine, int debug);
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
const char *host, const char *path, const char *host, const char *path,
const char *port, int use_ssl, const char *port, int use_ssl,
const STACK_OF(CONF_VALUE) *headers, STACK_OF(CONF_VALUE) *headers,
int req_timeout); int req_timeout);
# endif # endif
......
...@@ -1256,7 +1256,7 @@ static OCSP_RESPONSE *query_responder(BIO *cbio, const char *path, ...@@ -1256,7 +1256,7 @@ static OCSP_RESPONSE *query_responder(BIO *cbio, const char *path,
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
const char *host, const char *path, const char *host, const char *path,
const char *port, int use_ssl, const char *port, int use_ssl,
const STACK_OF(CONF_VALUE) *headers, STACK_OF(CONF_VALUE) *headers,
int req_timeout) int req_timeout)
{ {
BIO *cbio = NULL; BIO *cbio = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册