ERR_remove_thread_state

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

NameDescription
tidOpaque thread identifier, or NULL for the current thread.