Fix comment in do_dtls1_write()
authorBenjamin Kaduk <bkaduk@akamai.com>
Sun, 29 Nov 2020 01:11:46 +0000 (17:11 -0800)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 2 Dec 2020 21:43:06 +0000 (13:43 -0800)
commit70cae332a2c200087605f94cdccfee80c9380fbf
tree22e2db474a6861e12a9a8e5d680df1fc9ec83024
parent0a3b330cf09dd3746f4f9c5bb82d9bbcfff809c1
Fix comment in do_dtls1_write()

This code started off as a copy of ssl3_write_bytes(), and the comment
was not updated with the implementation.

Reported by yangyangtiantianlonglong in #13518

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13566)
ssl/record/rec_layer_d1.c