]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove a redundant TODO
authorMatt Caswell <matt@openssl.org>
Fri, 22 Jul 2022 13:23:25 +0000 (14:23 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commit1b285ac13726f443d1d737a1e2389ba6e17ba98f
tree78f69358335d3dea770a4b72255796647faf9abe
parentc77d4556732e2e41e975211498406c777136fbaa
Remove a redundant TODO

If read_ahead data is left over when a record layer closes down, there is
already code present to push into the "next" BIO. So the TODO removed here
is no longer relevant.

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