Clean up {dtls1,ssl3}_read_bytes()
authorjsing <jsing@openbsd.org>
Sat, 26 Mar 2022 15:05:53 +0000 (15:05 +0000)
committerjsing <jsing@openbsd.org>
Sat, 26 Mar 2022 15:05:53 +0000 (15:05 +0000)
commit824388bb1103ce457573af9cbc3c59508cc42974
treef95224593d83cb5c0ba961eec6aa5ebd4c7d9f43
parent3cb65c223764579e3383e488c6ba16661f64e70d
Clean up {dtls1,ssl3}_read_bytes()

Now that {dtls1,ssl3}_read_bytes() have been refactored, do a clean up
pass - this cleans up various parts of the code and reduces differences
between these two functions.

ok = 1; *(&(ok)) tb@

ok inoguchi@
lib/libssl/d1_pkt.c
lib/libssl/ssl_pkt.c