CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/02 07:57:09
Modified files:
lib/libssl : tls13_handshake.c
Log message:
Remove const modifier in return type of tls13_handshake_active_state()
which make no sense as pointed out by gcc on sparc64.
ok jsing
