Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h503 SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL)
928 #define SSL_CTRL_GET_RI_SUPPORT 76 macro
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c1313 case SSL_CTRL_GET_RI_SUPPORT: in SSL_ctrl()