Home
last modified time | relevance | path

Searched defs:SSL_want_async (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h905 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in899 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro