CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/25 06:31:44
Modified files:
lib/libssl : tls13_server.c
Log message:
Simplify tls13_server_hello_build()
There's no need to pass in the hrr parameter as it is redundant with
the tls13.hrr flag. This avoids boolean blindness in the caller and
removes a leftover from before we had tls13.hrr.
ok jsing kenjiro
