diff options
author | jsing <> | 2023-01-07 16:13:46 +0000 |
---|---|---|
committer | jsing <> | 2023-01-07 16:13:46 +0000 |
commit | cdfbcfee1342f6a121872deb4ffaad163f6f35ba (patch) | |
tree | a7d65be014883dd452a6a0318abcc058642960f6 /src/lib/libcrypto/dsa/dsa_gen.c | |
parent | 365289ec3e14258008bf04cecd5e8309e2b07753 (diff) | |
download | openbsd-cdfbcfee1342f6a121872deb4ffaad163f6f35ba.tar.gz openbsd-cdfbcfee1342f6a121872deb4ffaad163f6f35ba.tar.bz2 openbsd-cdfbcfee1342f6a121872deb4ffaad163f6f35ba.zip |
Flip BN_clear_free() and BN_free()
All of our BIGNUMs are cleared when we free them - move the code to
BN_free() and have BN_clear_free() call BN_free(), rather than the other
way around.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_gen.c')
0 files changed, 0 insertions, 0 deletions