Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). It
authorDr. Stephen Henson <steve@openssl.org>
Sun, 20 Jun 1999 22:18:16 +0000 (22:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 20 Jun 1999 22:18:16 +0000 (22:18 +0000)
commitba404b5e86a707afe7faca8e22d53eea5e64c8b6
treee1ae9500f211bc5cb067ec366b0e3f8caf1e03e6
parent8623f693d9a5c74f76311aebd29767e89467ecea
Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). It
seemed like a good idea at the time... several hours later it was rather
obvious that these are used all over the place making the changes rather
extensive.
15 files changed:
apps/ca.c
apps/req.c
crypto/conf/conf.c
crypto/conf/conf.h
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_prn.c
crypto/x509v3/v3_utl.c
crypto/x509v3/x509v3.h