1ERR_clear_error(3) OpenSSL ERR_clear_error(3)
23
4
NAME
6ERR_clear_error - clear the error queue
7
SYNOPSIS
9#include <openssl/err.h>
1011
void ERR_clear_error(void);
12
DESCRIPTION
14ERR_clear_error() empties the current thread's error queue.
15
RETURN VALUES
17ERR_clear_error() has no return value.
18
SEE ALSO
20err(3), ERR_get_error(3)
21
HISTORY
23ERR_clear_error() is available in all versions of SSLeay and OpenSSL.
2425
26
27
1.0.1e 2013-02-11 ERR_clear_error(3)