Function SSL_use_cert_and_key

Source
pub unsafe extern "C" fn SSL_use_cert_and_key(
    ssl: *mut ssl_st,
    x509: *mut x509_st,
    privatekey: *mut evp_pkey_st,
    chain: *mut stack_st_X509,
    override_: i32,
) -> i32