Collapse two identical if statements into a single body.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 9 Oct 2020 22:12:53 +0000 (15:12 -0700)
committerBenjamin Kaduk <kaduk@mit.edu>
Sun, 29 Nov 2020 02:36:16 +0000 (18:36 -0800)
commit6568d7a93127d097122e2ce10491d06a363929e9
treeaaabe115ec0db4d0fa3cdf50518a71529e17c370
parent410f5bb18908d89e5e35339049adf4070925faec
Collapse two identical if statements into a single body.

These two bodies should be grouped together anyway as the reason for
the call to BIO_flush() is to permit using BIO_set_ktls_ctrl_msg().

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/13090)
ssl/record/rec_layer_s3.c