err_clear_error(3) opendarwin man page | unix.com

Man Page: err_clear_error

Operating Environment: opendarwin

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. 0.9.7d 2002-04-30 ERR_clear_error(3)
Related Man Pages
err_get_error_line_data(3) - redhat
err_peek_last_error_line(3) - redhat
err_peek_error_line(3) - redhat
err(3) - opendarwin
err_peek_error_line_data(3ssl) - linux
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB