Free the error queue for a thread identifier (deprecated; automatic since 1.1.0).
Declared in <openssl/err.h>
[[deprecated]]
void
ERR_remove_thread_state(void* tid);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| tid | Opaque thread identifier, or NULL for the current thread. |