]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove an unnecessary setup of the read buffer
authorMatt Caswell <matt@openssl.org>
Thu, 21 Jul 2022 16:17:05 +0000 (17:17 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commit2f90f85cc018c55d2b73c691f192909e402d1416
tree0b8bececb1eda357138ac23a953b41f4be9cb709
parentb0a9042e0f1e6bc18d1d945771903d0132766909
Remove an unnecessary setup of the read buffer

Now everything has been moved to the record layer the additional check
for setting up the read buffer is not needed and can be removed.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
ssl/record/methods/tls_common.c