Initialise the epoch for the DTLS processed and unprocessed queues.
authorjsing <jsing@openbsd.org>
Sat, 19 Jun 2021 16:38:27 +0000 (16:38 +0000)
committerjsing <jsing@openbsd.org>
Sat, 19 Jun 2021 16:38:27 +0000 (16:38 +0000)
commit12a1eb2d6f147a43d358694b4fd34696ae33fd5b
tree3422110fe745e3aab1e09e39983f41dc4fbd7185
parent2c9830fefe5d371341bc1ff1012b190ce00cacbf
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@
lib/libssl/d1_lib.c