err_clear_error(3) - Linux man page
Name
ERR_clear_error - clear the error queue
Synopsis
#include <openssl/err.h> void ERR_clear_error(void);
Description
ERR_clear_error() empties the current thread's error queue.
Return Values
ERR_clear_error() has no return value.
See Also
err(3), err_get_error(3)
History
ERR_clear_error() is available in all versions of SSLeay and OpenSSL.