Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
authorRichard Levitte <levitte@openssl.org>
Sun, 17 Sep 2000 18:21:27 +0000 (18:21 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 17 Sep 2000 18:21:27 +0000 (18:21 +0000)
commit62324627aa3309e4f72e3ff0241801f4286fa242
treebcc120d30197a60057eabeee2f438b214d0df73a
parent623eea376a7bff6d50c88407c10f279e6f838de4
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
of complaints from the compiler about data pointers and function
pointers not being compatible with each other.
23 files changed:
apps/apps.c
apps/crl2p7.c
apps/nseq.c
apps/pkcs12.c
crypto/asn1/a_set.c
crypto/dso/dso_lib.c
crypto/pkcs12/p12_attr.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs12/p12_npas.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_mime.c
crypto/pkcs7/pk7_smime.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_genn.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_utl.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_lib.c