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

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

SSL_check_private_key - check the consistency of a private key with the corresponding certificate loaded into ssl

#include <mesalink/openssl/ssl.h>

int SSL_check_private_key(const SSL *ssl);