Remove the error queue for a process id (deprecated; use ERR_remove_thread_state).
Declared in <openssl/err.h>
[[deprecated]]
void
ERR_remove_state(unsigned long pid);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| pid | Ignored; historically identified the process whose state was cleared. |