CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2015/09/10 04:26:49
Modified files: lib/libtls : tls.c tls.h Log message: change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUT to make it more clear to users of this api what needs to be done in these error cases. Discussed extensively with bluhm@ and jsing@ and others. ok jsing@