err_clear_error(3) osx man page | unix.com

Man Page: err_clear_error

Operating Environment: osx

Section: 3

ERR_clear_error(3)						      OpenSSL							ERR_clear_error(3)

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. 50 2013-03-05 ERR_clear_error(3)
Related Man Pages
err_peek_error_line(3) - centos
err_get_error_line(3) - centos
err_peek_last_error(3) - centos
err_peek_last_error_line_data(3) - centos
err_peek_last_error_line(3) - centos
Similar Topics in the Unix Linux Community
AIX Links
When is a _function_ not a _function_?
Undeletable file
To print diamond asterisk pattern based on inputs
Python: Refer a properties file from different location