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)
commit20b85fdd7644aa940e50a158a1b2c8010bb36443
tree7ac94407e4e58de9fadc718886fbc62ca0972800
parent0f3e6045898e9aa5d0249e61c874b1f153ae54fa
Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).

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.
CHANGES
apps/crl2p7.c
crypto/asn1/x_info.c
crypto/pem/pem.h
crypto/pem/pem_info.c
crypto/x509/x509.h