diff options
author | tb <> | 2024-05-10 05:12:03 +0000 |
---|---|---|
committer | tb <> | 2024-05-10 05:12:03 +0000 |
commit | 3414111837d188fbb11c07116d68afa352a5deac (patch) | |
tree | 5a5c3afe61dee8a45a69e29a0b1711621d79880b /src/lib/libcrypto/dsa/dsa_gen.c | |
parent | fadf444697d647a8b122bdc967653df5d43b5c0f (diff) | |
download | openbsd-3414111837d188fbb11c07116d68afa352a5deac.tar.gz openbsd-3414111837d188fbb11c07116d68afa352a5deac.tar.bz2 openbsd-3414111837d188fbb11c07116d68afa352a5deac.zip |
Add missing EC_KEY_free()
While eckey_from_explicit_params() frees *out_eckey, eckey_from_object()
and eckey_from_params() do not. These functions are currently all callled
with a NULL *out_eckey, but the latter two would leak if that should ever
change.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_gen.c')
0 files changed, 0 insertions, 0 deletions