Skip to main content

wolfSSL_CTX_set_cipher_list_bytes

Function wolfSSL_CTX_set_cipher_list_bytes 

Source
pub unsafe extern "C" fn wolfSSL_CTX_set_cipher_list_bytes(
    ctx: *mut WOLFSSL_CTX,
    list: *const byte,
    listSz: c_int,
) -> c_int