ERR_remove_state

Remove the error queue for a process id (deprecated; use ERR_remove_thread_state).

Synopsis

Declared in <openssl/err.h>

[[deprecated]]
void
ERR_remove_state(unsigned long pid);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
pidIgnored; historically identified the process whose state was cleared.