summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp/ocsp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/ocsp/ocsp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp.h b/src/lib/libcrypto/ocsp/ocsp.h
index 24592bc3cc..9e3e9304c1 100644
--- a/src/lib/libcrypto/ocsp/ocsp.h
+++ b/src/lib/libcrypto/ocsp/ocsp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ocsp.h,v 1.9 2016/11/04 18:35:30 jsing Exp $ */ 1/* $OpenBSD: ocsp.h,v 1.10 2016/12/27 16:05:56 jsing Exp $ */
2/* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL 2/* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
3 * project. */ 3 * project. */
4 4
@@ -115,7 +115,6 @@ typedef struct ocsp_one_request_st {
115} OCSP_ONEREQ; 115} OCSP_ONEREQ;
116 116
117DECLARE_STACK_OF(OCSP_ONEREQ) 117DECLARE_STACK_OF(OCSP_ONEREQ)
118DECLARE_ASN1_SET_OF(OCSP_ONEREQ)
119 118
120 119
121/* TBSRequest ::= SEQUENCE { 120/* TBSRequest ::= SEQUENCE {
@@ -253,7 +252,6 @@ typedef struct ocsp_single_response_st {
253} OCSP_SINGLERESP; 252} OCSP_SINGLERESP;
254 253
255DECLARE_STACK_OF(OCSP_SINGLERESP) 254DECLARE_STACK_OF(OCSP_SINGLERESP)
256DECLARE_ASN1_SET_OF(OCSP_SINGLERESP)
257 255
258/* ResponseData ::= SEQUENCE { 256/* ResponseData ::= SEQUENCE {
259 * version [0] EXPLICIT Version DEFAULT v1, 257 * version [0] EXPLICIT Version DEFAULT v1,