CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/14 07:45:33
Modified files:
usr.bin/openssl: ecparam.c
Log message:
Remove redundant NULL checks before free - BN_free(), BIO_free_all() and
EC_GROUP_free() all have implicit NULL checks.
