[][src]Function libtls_sys::tls_config_add_keypair_ocsp_file

pub unsafe extern "C" fn tls_config_add_keypair_ocsp_file(
    _config: *mut tls_config,
    _cert_file: *const c_char,
    _key_file: *const c_char,
    _ocsp_staple_file: *const c_char
) -> c_int