Home
last modified time | relevance | path

Searched refs:SSL_want_x509_lookup (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h663 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) macro
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c2578 if (SSL_want_x509_lookup(s)) in SSL_get_error()