Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
authorRalf S. Engelschall <rse@openssl.org>
Tue, 4 May 1999 08:56:51 +0000 (08:56 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Tue, 4 May 1999 08:56:51 +0000 (08:56 +0000)
PS: Feel free to move the IMPLEMENT_STACK_OF(X509_INFO) from
    crypto/asn1/x_info.c to any other place where you think it fits better.
    X509_INFO is a structure slightly spreaded over ASN.1, X509 and PEM code,
    so I found no definitive location for IMPLEMENT_STACK_OF(X509_INFO).  In
    crypto/asn1/x_info.c it's at least now bundled with X509_INFO_new() and
    friends.


No differences found