diff options
author | jsing <> | 2014-05-29 14:43:33 +0000 |
---|---|---|
committer | jsing <> | 2014-05-29 14:43:33 +0000 |
commit | 58eb928f74719c054467fb1c9ed254eab20bf136 (patch) | |
tree | 633b4af45ff52c60c62641a1a63b149bfb789e6e /src/lib/libssl/ssl.h | |
parent | 90a27dd2630fc2f77d90209add109a18beb0f2e2 (diff) | |
download | openbsd-58eb928f74719c054467fb1c9ed254eab20bf136.tar.gz openbsd-58eb928f74719c054467fb1c9ed254eab20bf136.tar.bz2 openbsd-58eb928f74719c054467fb1c9ed254eab20bf136.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 '')
0 files changed, 0 insertions, 0 deletions