Use dtls1_retrieve_buffered_record() to load buffered application data.
authorjsing <jsing@openbsd.org>
Mon, 8 Feb 2021 17:17:02 +0000 (17:17 +0000)
committerjsing <jsing@openbsd.org>
Mon, 8 Feb 2021 17:17:02 +0000 (17:17 +0000)
commit18695bdb463ae026d46baeaea4b1461115787807
treed9a152cf69a391842d536387fa8d1ac0baffe177
parent0fa8a2f57423e54751908ee8a191541351e27c48
Use dtls1_retrieve_buffered_record() to load buffered application data.

Replace the current copy of dtls1_retrieve_buffered_record() with a call
to it instead.

ok tb@
lib/libssl/d1_pkt.c