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

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

SSL_do_handshake - perform a TLS/SSL handshake

#include <tabbyssl/openssl/ssl.h>

int SSL_do_handshake(SSL *ssl);