]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/pmeth_lib.c
remove 0 assignments.
authorRich Salz <rsalz@akamai.com>
Thu, 3 Sep 2015 13:15:26 +0000 (09:15 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 3 Sep 2015 20:26:34 +0000 (16:26 -0400)
commit64b25758edca688a30f02c260262150f7ad0bc7d
tree15ad5a8c7985e2b27aaf7a14737fd980a36349dd
parentfb4844bbc62fb014c115cd8fd2fc4304cba6eb89
remove 0 assignments.

After openssl_zalloc, cleanup more "set to 0/NULL" assignments.
Many are from github feedback.

Reviewed-by: Tim Hudson <tjh@openssl.org>
47 files changed:
apps/s_cb.c
crypto/asn1/a_object.c
crypto/asn1/ameth_lib.c
crypto/asn1/asn1_lib.c
crypto/asn1/tasn_prn.c
crypto/asn1/x_info.c
crypto/asn1/x_pkey.c
crypto/bio/bf_buff.c
crypto/bio/bf_nbio.c
crypto/bio/bss_dgram.c
crypto/bn/bn_ctx.c
crypto/bn/bn_lib.c
crypto/buffer/buffer.c
crypto/comp/c_zlib.c
crypto/conf/conf_mod.c
crypto/dh/dh_lib.c
crypto/dh/dh_pmeth.c
crypto/dsa/dsa_lib.c
crypto/ec/ec_key.c
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ec_pmeth.c
crypto/ecdsa/ecs_lib.c
crypto/engine/eng_dyn.c
crypto/engine/eng_openssl.c
crypto/evp/bio_b64.c
crypto/evp/bio_enc.c
crypto/evp/bio_ok.c
crypto/evp/pmeth_lib.c
crypto/hmac/hm_pmeth.c
crypto/lhash/lhash.c
crypto/objects/o_names.c
crypto/ocsp/ocsp_ht.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_pmeth.c
crypto/stack/stack.c
crypto/ui/ui_lib.c
crypto/x509/x509_lu.c
crypto/x509/x_name.c
crypto/x509v3/Makefile
crypto/x509v3/pcy_data.c
crypto/x509v3/pcy_node.c
crypto/x509v3/pcy_tree.c
engines/e_capi.c
ssl/ssl_conf.c
ssl/ssl_lib.c
ssl/ssl_sess.c