summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_clnt.c
diff options
context:
space:
mode:
authorjsing <>2014-05-29 14:43:33 +0000
committerjsing <>2014-05-29 14:43:33 +0000
commit58eb928f74719c054467fb1c9ed254eab20bf136 (patch)
tree633b4af45ff52c60c62641a1a63b149bfb789e6e /src/lib/libssl/s3_clnt.c
parent90a27dd2630fc2f77d90209add109a18beb0f2e2 (diff)
downloadopenbsd-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 'src/lib/libssl/s3_clnt.c')
0 files changed, 0 insertions, 0 deletions