From 0bde81f3db44da2391092cc43925c8351096c73c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 27 Dec 2016 16:05:57 +0000 Subject: 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. --- src/lib/libcrypto/ocsp/ocsp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/ocsp') 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 @@ -/* $OpenBSD: ocsp.h,v 1.9 2016/11/04 18:35:30 jsing Exp $ */ +/* $OpenBSD: ocsp.h,v 1.10 2016/12/27 16:05:56 jsing Exp $ */ /* Written by Tom Titchener for the OpenSSL * project. */ @@ -115,7 +115,6 @@ typedef struct ocsp_one_request_st { } OCSP_ONEREQ; DECLARE_STACK_OF(OCSP_ONEREQ) -DECLARE_ASN1_SET_OF(OCSP_ONEREQ) /* TBSRequest ::= SEQUENCE { @@ -253,7 +252,6 @@ typedef struct ocsp_single_response_st { } OCSP_SINGLERESP; DECLARE_STACK_OF(OCSP_SINGLERESP) -DECLARE_ASN1_SET_OF(OCSP_SINGLERESP) /* ResponseData ::= SEQUENCE { * version [0] EXPLICIT Version DEFAULT v1, -- cgit v1.2.3-55-g6feb