X509V3_add_i2d() needs to be able to allocate a
authorDr. Stephen Henson <steve@openssl.org>
Wed, 27 Dec 2000 13:42:43 +0000 (13:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 27 Dec 2000 13:42:43 +0000 (13:42 +0000)
commit28ddfc61dc90ec257810ee089e2639196afa589f
treea57a7dbceb0f0ceeff6c67bbcda1dd2b90b0de50
parent725c88879c1e76f2b7e5242a7b87df9e9cd58518
X509V3_add_i2d() needs to be able to allocate a
STACK_OF(X509_EXTENSION) so it should be passed
STACK_OF(X509_EXTENSION) ** in the first argument.

Modify wrappers appropriately.
crypto/x509/x509_ext.c
crypto/x509v3/v3_lib.c
crypto/x509v3/x509v3.h