CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/16 08:43:23
Modified files:
lib/libssl : d1_both.c
Log message:
Make dtls1_do_write_ccs() self contained.
A ChangeCipherSpec message is always the same single byte. Make
dtls1_do_write_ccs() know how to send this message, which avoids the use of
buffers and needing to keep copies for retransmission.
ok kenjiro@ tb@
