diff options
author | tb <> | 2024-05-10 05:12:03 +0000 |
---|---|---|
committer | tb <> | 2024-05-10 05:12:03 +0000 |
commit | 0b6a85a0fa59314578a32fdc7ed1ad4250998851 (patch) | |
tree | 5a5c3afe61dee8a45a69e29a0b1711621d79880b /src/lib/libcrypto/dsa/dsa_ossl.c | |
parent | 81cb1327882739d862da4759f598b847fa0ce90e (diff) | |
download | openbsd-0b6a85a0fa59314578a32fdc7ed1ad4250998851.tar.gz openbsd-0b6a85a0fa59314578a32fdc7ed1ad4250998851.tar.bz2 openbsd-0b6a85a0fa59314578a32fdc7ed1ad4250998851.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_ossl.c')
0 files changed, 0 insertions, 0 deletions