From 9830c0c2f4e3fa77a560c7038e2da35bbc8c1088 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/pkcs7/pkcs7.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libcrypto/pkcs7') diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h index ab9f5dc534..d3f398dc34 100644 --- a/src/lib/libcrypto/pkcs7/pkcs7.h +++ b/src/lib/libcrypto/pkcs7/pkcs7.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pkcs7.h,v 1.16 2016/12/27 15:35:59 jsing Exp $ */ +/* $OpenBSD: pkcs7.h,v 1.17 2016/12/27 16:05:57 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -95,7 +95,6 @@ typedef struct pkcs7_signer_info_st { } PKCS7_SIGNER_INFO; DECLARE_STACK_OF(PKCS7_SIGNER_INFO) -DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO) typedef struct pkcs7_recip_info_st { ASN1_INTEGER *version; /* version 0 */ @@ -106,7 +105,6 @@ typedef struct pkcs7_recip_info_st { } PKCS7_RECIP_INFO; DECLARE_STACK_OF(PKCS7_RECIP_INFO) -DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO) typedef struct pkcs7_signed_st { ASN1_INTEGER *version; /* version 1 */ @@ -200,7 +198,6 @@ typedef struct pkcs7_st { } PKCS7; DECLARE_STACK_OF(PKCS7) -DECLARE_ASN1_SET_OF(PKCS7) DECLARE_PKCS12_STACK_OF(PKCS7) #define PKCS7_OP_SET_DETACHED_SIGNATURE 1 -- cgit v1.2.3-55-g6feb