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

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

SSL_accept - wait for a TLS client to initiate the TLS handshake. The communication channel must already have been set and assigned to the ssl by setting SSL_set_fd.

#include <mesalink/openssl/ssl.h>

int SSL_accept(SSL *ssl);