Remove direct assignment of aead_ctx.
authorjsing <jsing@openbsd.org>
Thu, 28 Jan 2021 18:32:46 +0000 (18:32 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Jan 2021 18:32:46 +0000 (18:32 +0000)
commit6eb9eb18bb2efe3da734d6885ce9f68ffa866f7f
tree2f901124d0e939afa431fbba9899f0dcd0b3c964
parentad43d785bf8731d6a28fb590741ade6850b1729e
Remove direct assignment of aead_ctx.

Now that AEAD is handled internally, we should no longer be assigning
aead_ctx directly, as this will result in a leak. Missed during the
previous change.
lib/libssl/tls12_record_layer.c