CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/10 21:47:59
Modified files:
lib/libssl : d1_both.c
Log message:
Fix an assert conditioned on DTLS1_VERSION.
This condition previously existed for DTLS BAD_VER, which has long been
removed. Furthermore, conditioning on DTLS1_VERSION means this is broken
for any newer DTLS version. While here roll up two assertions into one.
ok tb@
