5 ERR_clear_error - clear the error queue
9 #include <openssl/err.h>
11 void ERR_clear_error(void);
15 ERR_clear_error() empties the current thread's error queue.
19 ERR_clear_error() has no return value.
23 L<err(3)|err(3)>, L<ERR_get_error(3)|ERR_get_error(3)>
27 ERR_clear_error() is available in all versions of SSLeay and OpenSSL.