Avoid using EC_GROUP_clear_free() internally
authorNicola Tuveri <nic.tuv@gmail.com>
Wed, 11 Sep 2019 23:25:45 +0000 (02:25 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Tue, 22 Oct 2019 21:49:46 +0000 (00:49 +0300)
commitcdf8d0db79250258c28c2b4249aedca779bab766
tree901b5e4fb0da7f76c1021af5fe0266e26b89cf32
parentdf3d1e84b3802acffeec11d6224e8a0e33d0aa83
Avoid using EC_GROUP_clear_free() internally

There is nothing confidential in `EC_GROUP` so really having a
`EC_GROUP_clear_free` function at all does not make much sense anymore.

See https://github.com/openssl/openssl/issues/9822

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9874)
crypto/ec/ec_cvt.c