Skip to main content

wolfSSL_SESSION_set_cipher

Function wolfSSL_SESSION_set_cipher 

Source
pub unsafe extern "C" fn wolfSSL_SESSION_set_cipher(
    session: *mut WOLFSSL_SESSION,
    cipher: *const WOLFSSL_CIPHER,
) -> c_int