summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp/ocsp.h
diff options
context:
space:
mode:
authorjsing <>2016-12-27 16:05:57 +0000
committerjsing <>2016-12-27 16:05:57 +0000
commit9830c0c2f4e3fa77a560c7038e2da35bbc8c1088 (patch)
treec6edbb73f8629c6b44e6f2cf604afe03976158ae /src/lib/libcrypto/ocsp/ocsp.h
parent3f7a745c978bca36a45c8b1fbc81d0ffd0b55eee (diff)
downloadopenbsd-9830c0c2f4e3fa77a560c7038e2da35bbc8c1088.tar.gz
openbsd-9830c0c2f4e3fa77a560c7038e2da35bbc8c1088.tar.bz2
openbsd-9830c0c2f4e3fa77a560c7038e2da35bbc8c1088.zip
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
nothing but markers for utils/mkstack.pl... and we removed the code that generated more macros from these markers in 2014.
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,