Remove redundant NULL checks before free - BN_free(), BIO_free_all() and
authorjsing <jsing@openbsd.org>
Sun, 14 Dec 2014 14:45:33 +0000 (14:45 +0000)
committerjsing <jsing@openbsd.org>
Sun, 14 Dec 2014 14:45:33 +0000 (14:45 +0000)
commit631884860f9b7ffe97f4d0a99a17269610b1b19e
treec2cf1e88509a83fae33360b8e351efc3bc7c5e17
parent62e367de7c05b1b5897bba9ce20772814a28c86b
Remove redundant NULL checks before free - BN_free(), BIO_free_all() and
EC_GROUP_free() all have implicit NULL checks.
usr.bin/openssl/ecparam.c