CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/30 10:56:16
Modified files:
lib/libssl : d1_both.c d1_clnt.c d1_meth.c d1_srvr.c
ssl_lib.c ssl_locl.h t1_clnt.c t1_meth.c
t1_srvr.c
Log message:
Nuke ssl_pending/ssl_shutdown function pointers.
ssl3_pending() is used for all protocols and dtls1_shutdown() just calls
ssl3_shutdown(), so just call the appropriate function directly instead.
ok beck@ inoguchi@ tb@
