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

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

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);