Skip to main content

wolfSSL_set_cipher_list_bytes

Function wolfSSL_set_cipher_list_bytes 

Source
pub unsafe extern "C" fn wolfSSL_set_cipher_list_bytes(
    ssl: *mut WOLFSSL,
    list: *const byte,
    listSz: c_int,
) -> c_int