From: Geoff Thorpe Date: Wed, 29 Oct 2003 22:55:19 +0000 (+0000) Subject: Remove a line that was causing redundant declarations. X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aca95e0b2fa50308ea55302672c51937bf0fe2cc;p=openssl Remove a line that was causing redundant declarations. Obtained from: Stephen Henson --- 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)