CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/20 09:47:45
Modified files:
lib/libtls/man : tls_read.3
Log message:
tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,
TLS_WANT_POLLIN, -1, or 0. After handling the first two, check for -1
rather than vaguely "< 0".
ok jsing
