Skip to main content

wolfSSL_CTX_set_verify

Function wolfSSL_CTX_set_verify 

Source
pub unsafe extern "C" fn wolfSSL_CTX_set_verify(
    ctx: *mut WOLFSSL_CTX,
    mode: c_int,
    verify_callback: VerifyCallback,
)