CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2021/01/28 11:32:46

Modified files:
        lib/libssl     : tls12_record_layer.c 

Log message:
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.

Reply via email to