SSL_get_blocking_mode
__owur int SSL_get_blocking_mode(SSL *s);
if (s == NULL || SSL_get_blocking_mode(s))
} else if (SSL_get_blocking_mode(clientssl) > 0) {
if (SSL_get_blocking_mode(clientssl) > 0) {