From aca95e0b2fa50308ea55302672c51937bf0fe2cc Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Wed, 29 Oct 2003 22:55:19 +0000 Subject: [PATCH] Remove a line that was causing redundant declarations. Obtained from: Stephen Henson --- crypto/asn1/asn1t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/asn1/asn1t.h b/crypto/asn1/asn1t.h index c1a4bea8f1..6cfa2dd50c 100644 --- a/crypto/asn1/asn1t.h +++ b/crypto/asn1/asn1t.h @@ -839,7 +839,6 @@ typedef struct ASN1_AUX_st { DECLARE_ASN1_ITEM(ASN1_BOOLEAN) DECLARE_ASN1_ITEM(ASN1_TBOOLEAN) DECLARE_ASN1_ITEM(ASN1_FBOOLEAN) -DECLARE_ASN1_ITEM(ASN1_ANY) DECLARE_ASN1_ITEM(ASN1_SEQUENCE) DECLARE_ASN1_ITEM(CBIGNUM) DECLARE_ASN1_ITEM(BIGNUM) -- 2.25.1