 |
Index for Section 3 |
|
 |
Alphabetical listing for E |
|
 |
Bottom of page |
|
ERR_clear_error(3)
NAME
ERR_clear_error - Clear the error queue
SYNOPSIS
#include <openssl/err.h>
void ERR_clear_error(
void );
DESCRIPTION
The ERR_clear_error() function empties the current thread's error queue.
RETURN VALUES
The ERR_clear_error() function has no return value.
HISTORY
The ERR_clear_error() function is available in all versions of SSLeay and
OpenSSL.
SEE ALSO
Functions: err(3), ERR_get_error(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for E |
|
 |
Top of page |
|