[][src]Function openssl_sys::DH_compute_key

pub unsafe extern "C" fn DH_compute_key(
    key: *mut c_uchar,
    pub_key: *const BIGNUM,
    dh: *mut DH
) -> c_int