]> git.ipfire.org Git - thirdparty/openssl.git/commit
Eliminate unused buffers from ssl3_change_cipher_state
authorDmitry Belyavskiy <beldmit@gmail.com>
Wed, 2 Jan 2019 12:47:07 +0000 (15:47 +0300)
committerMatt Caswell <matt@openssl.org>
Thu, 3 Jan 2019 14:17:31 +0000 (14:17 +0000)
commit9c5ef4ea486f675f33592b34775c3e453f60ee69
treeda50ff1cf9c1269c73758500a7e21e95649a683f
parentd072eea2e39c4444ecce3598556053a4c552d9a2
Eliminate unused buffers from ssl3_change_cipher_state

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7971)
ssl/s3_enc.c