diff options
author | 2014-05-29 14:43:33 +0000 | |
---|---|---|
committer | 2014-05-29 14:43:33 +0000 | |
commit | 7aed837606fe293db660cdb85dbb3ff126cf726e (patch) | |
tree | 6489568a164516ef1f7a8d64f7588d6058dc262e /lib/libssl/d1_lib.c | |
parent | document control characters which are extensions; (diff) | |
download | wireguard-openbsd-7aed837606fe293db660cdb85dbb3ff126cf726e.tar.xz wireguard-openbsd-7aed837606fe293db660cdb85dbb3ff126cf726e.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 'lib/libssl/d1_lib.c')
0 files changed, 0 insertions, 0 deletions