Function s2n_tls_sys::s2n_psk_free

source ·
pub unsafe extern "C" fn s2n_psk_free(psk: *mut *mut s2n_psk) -> c_int
Expand description

Frees the memory associated with the external PSK object.

@param psk Pointer to the PSK object to be freed.