Function s2n_tls_sys::s2n_config_free

source ·
pub unsafe extern "C" fn s2n_config_free(
    config: *mut s2n_config
) -> c_int
Expand description

Frees the memory associated with an s2n_config object.

@param config The configuration object being freed @returns S2N_SUCCESS on success. S2N_FAILURE on failure