Comment on LibreSSL, and the new libtls APIparentComments−ben0x53910yYay for EINTR, but you're still handling EAGAIN; it's just called TLS_POLLIN/TLS_POLLOUT now.I think their point is that you just have to check the return value to know how to proceed, you don't have to check the return value and errno.
Comments
I think their point is that you just have to check the return value to know how to proceed, you don't have to check the return value and errno.