Free the error queue for a thread identifier (deprecated; automatic since 1.1.0).

Synopsis

Declared in <openssl/err.h>

[[deprecated]]
void
ERR_remove_thread_state(void* tid);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

tid

Opaque thread identifier, or NULL for the current thread.

Created with MrDocs