CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/05 10:01:44
Modified files:
lib/libssl : tls13_client.c tls13_server.c
Log message:
Remove the hello retry request processing code that was previously added.
This got added to the wrong functions (server side, not client) - swap the
now unimplemented send/recv functions between client and server.
ok tb@
