Remove redundant PREDECLARE statement.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 16 Nov 2006 00:52:49 +0000 (00:52 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 16 Nov 2006 00:52:49 +0000 (00:52 +0000)
crypto/pkcs12/pkcs12.h

index a2d7e359a0fd38047a2041674a3738452440e794..c84606dc9302a4c34138b22ecfa8f5f5626d7ee1 100644 (file)
@@ -108,8 +108,6 @@ PKCS12_MAC_DATA *mac;
 PKCS7 *authsafes;
 } PKCS12;
 
-PREDECLARE_STACK_OF(PKCS12_SAFEBAG)
-
 typedef struct {
 ASN1_OBJECT *type;
 union {