Function mesalink::libssl::ssl::mesalink_SSL_get_SSL_CTX[][src]

#[no_mangle]
pub extern "C" fn mesalink_SSL_get_SSL_CTX(
    ssl_ptr: *mut MESALINK_SSL
) -> *const MESALINK_CTX_ARC
Expand description

SSL_get_SSL_CTX - return a pointer to the SSL_CTX object, from which ssl was created with SSL_new.

#include <mesalink/openssl/ssl.h>

SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);