CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/07 11:02:34
Modified files:
lib/libssl : 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:
Remove function pointers for ssl_{read,write,peek}.
Now that everything goes through the same code path, we can remove a layer
of indirection and just call ssl3_{read,write,peek} directly.
ok beck@ inoguchi@
