CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/19 10:38:27
Modified files:
lib/libssl : d1_lib.c
Log message:
Initialise the epoch for the DTLS processed and unprocessed queues.
Currently these only get correctly initialised when
dtls1_process_buffered_records() is called - while this works it is more
accidental than intentional.
ok tb@
