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

#[no_mangle]
pub extern "C" fn mesalink_SSL_connect(ssl_ptr: *mut MESALINK_SSL) -> c_int

SSL_connect - initiate the TLS handshake with a server. The communication channel must already have been set and assigned to the ssl with SSL_set_fd.

#include <mesalink/openssl/ssl.h>

int SSL_connect(SSL *ssl);