iked: replace a conditional EVP_CIPHER_CTX_cleanup() + free() stanza
authortb <tb@openbsd.org>
Thu, 18 Nov 2021 22:59:03 +0000 (22:59 +0000)
committertb <tb@openbsd.org>
Thu, 18 Nov 2021 22:59:03 +0000 (22:59 +0000)
commit422a8d39fca0351f3a77b7e49b15ddac8b3d2ec2
tree698081eff92a98b468fd643283d508909ad3733e
parent6802616f21f493a4c53c756815b081d3120a5aeb
iked: replace a conditional EVP_CIPHER_CTX_cleanup() + free() stanza
with an unconditional EVP_CIPHER_CTX_free().

ok tobhe
sbin/iked/crypto.c