|
ERR_clear_error(3)
Contents
|
ERR_clear_error - Clear the error queue
#include <openssl/err.h>
void ERR_clear_error(
void );
The ERR_clear_error() function empties the current
thread's error queue.
The ERR_clear_error() function has no return value.
The ERR_clear_error() function is available in all versions
of SSLeay and OpenSSL.
Functions: err(3), ERR_get_error(3)
ERR_clear_error(3)
[ Back ] |