diff options
author | jsing <> | 2014-05-29 14:43:33 +0000 |
---|---|---|
committer | jsing <> | 2014-05-29 14:43:33 +0000 |
commit | 5a23947bada0118f1c0ea2db615af0d007f09532 (patch) | |
tree | 633b4af45ff52c60c62641a1a63b149bfb789e6e /src/lib/libssl/t1_lib.c | |
parent | ecc9c4a424e52e20e2316634f1b21477adae2b57 (diff) | |
download | openbsd-5a23947bada0118f1c0ea2db615af0d007f09532.tar.gz openbsd-5a23947bada0118f1c0ea2db615af0d007f09532.tar.bz2 openbsd-5a23947bada0118f1c0ea2db615af0d007f09532.zip |
When you have functions that perform specific functions, use them.
EVP_CIPHER_CTX_free() does a NULL check, then calls EVP_CIPHER_CTX_cleanup()
and frees the memory. COMP_CTX_free() also had its own NULL check, so there
is no point in duplicating that here.
ok beck@
Diffstat (limited to 'src/lib/libssl/t1_lib.c')
0 files changed, 0 insertions, 0 deletions