free NULL cleanup.
authorRich Salz <rsalz@openssl.org>
Wed, 25 Mar 2015 22:35:24 +0000 (18:35 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 25 Mar 2015 22:35:24 +0000 (18:35 -0400)
commit8fdc3734c063146b038608c2412a0f2c9b21b6d6
treeed30d40a40a6bf7002121a29e3db4b4790a54d87
parent17dd65e6e1f888b4561d559b4d44fbbe0a0aa3e7
free NULL cleanup.

This gets EC_GROUP_clear_free EC_GROUP_free, EC_KEY_free,
EC_POINT_clear_free, EC_POINT_free

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
30 files changed:
apps/ec.c
apps/ecparam.c
apps/speed.c
crypto/ec/ec2_mult.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ec_check.c
crypto/ec/ec_curve.c
crypto/ec/ec_key.c
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ec_pmeth.c
crypto/ec/ec_print.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistz256.c
crypto/ec/ectest.c
crypto/ecdh/ecdhtest.c
crypto/ecdh/ech_ossl.c
crypto/ecdsa/ecdsatest.c
crypto/ecdsa/ecs_ossl.c
doc/crypto/EC_GROUP_new.pod
doc/crypto/EC_KEY_new.pod
doc/crypto/EC_POINT_new.pod
engines/ccgost/gost_ameth.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl_cert.c