summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-30 21:40:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-30 21:40:55 +0000
commit18e503f30facd53d5be24a7d84f1a9456652e399 (patch)
tree6b1f2ea6ec73b717322a0ec38462fe2e5a0d354b /apps/apps.h
parent37fc562bd818cfd58aabbc7e207eb32081fb7f01 (diff)
PR: 2064, 728
Submitted by: steve@openssl.org Add support for custom headers in OCSP requests.
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 361ca9eea4..35a0266414 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -259,6 +259,7 @@ ENGINE *setup_engine(BIO *err, const char *engine, int debug);
#ifndef OPENSSL_NO_OCSP
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
char *host, char *path, char *port, int use_ssl,
+ STACK_OF(CONF_VALUE) *headers,
int req_timeout);
#endif