CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2015/09/10 04:22:28
Modified files: lib/libtls : tls.c tls.h Log message: Change tls_read and tls_write semantics to return an ssize_t to better match read() and write() semantics to make porting existing code using read/write easier.. requested by bluhm@ who convinced jsing and I to break the api ok jsing@ bluhm@