Loading apps/apps.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading apps/ocsp.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
apps/apps.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
apps/ocsp.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading