Function bearssl::br_ssl_session_cache_lru_forget [] [src]

pub unsafe extern "C" fn br_ssl_session_cache_lru_forget(
    cc: *mut br_ssl_session_cache_lru,
    id: *const c_uchar
)

\brief Forget an entry in an LRU session cache.

The session cache context must have been initialised. The entry with the provided session ID (of exactly 32 bytes) is looked for in the cache; if located, it is disabled.

\param cc session cache context. \param id session ID to forget.