Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_want_read

1007 #define SSL_want_read(s)	(SSL_want(s) == SSL_READING)