[][src]Function tabbyssl::libssl::ssl::tabby_SSL_get_SSL_CTX

#[no_mangle]pub extern "C" fn tabby_SSL_get_SSL_CTX(
    ssl_ptr: *mut TABBY_SSL
) -> *const TABBY_CTX_ARC

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

#include <tabbyssl/openssl/ssl.h>

SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);