Remove a line that was causing redundant declarations.
authorGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 22:55:19 +0000 (22:55 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 22:55:19 +0000 (22:55 +0000)
Obtained from: Stephen Henson <steve@openssl.org>

crypto/asn1/asn1t.h

index c1a4bea8f1e1b940b18204e1643beb920cd3b35f..6cfa2dd50c2cdc576cd06a04f61682cf05309985 100644 (file)
@@ -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)