CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/11 10:28:37
Modified files:
lib/libssl/src/ssl: d1_both.c d1_clnt.c d1_srvr.c ssl_locl.h
Log message:
Replace dtls1_send_finished() with ssl3_send_finished() - they're now
both essentially the same (in fact DTLS benefits from improvements
previously made to the ssl3_send_finished() function).
ok beck@
