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

#[no_mangle]
pub extern "C" fn mesalink_SSL_new(
    ctx_ptr: *mut MESALINK_CTX_ARC
) -> *mut MESALINK_SSL

SSL_new - create a new SSL structure which is needed to hold the data for a TLS/SSL connection

#include <mesalink/openssl/ssl.h>

SSL *SSL_new(SSL_CTX *ctx);