Function esp_idf_hal::sys::esp_tls_free_global_ca_store

source ยท
pub unsafe extern "C" fn esp_tls_free_global_ca_store()
Expand description

@brief Free the global CA store currently being used.

The memory being used by the global CA store to store all the parsed certificates is freed up. The application can call this API if it no longer needs the global CA store.