[][src]Function libtls::config::unload_file

pub fn unload_file(data: Vec<u8>)

Securely unload file that was loaded into memory.

The unload_file function unloads the memory that was returned from an earlier load_file call, ensuring that the memory contents is discarded.

See also

tls_unload_file(3)