xref: /onnv-gate/usr/src/common/openssl/doc/crypto/ERR_clear_error.pod (revision 2175:b0b2f052a486)
1*2175Sjp161948=pod
2*2175Sjp161948
3*2175Sjp161948=head1 NAME
4*2175Sjp161948
5*2175Sjp161948ERR_clear_error - clear the error queue
6*2175Sjp161948
7*2175Sjp161948=head1 SYNOPSIS
8*2175Sjp161948
9*2175Sjp161948 #include <openssl/err.h>
10*2175Sjp161948
11*2175Sjp161948 void ERR_clear_error(void);
12*2175Sjp161948
13*2175Sjp161948=head1 DESCRIPTION
14*2175Sjp161948
15*2175Sjp161948ERR_clear_error() empties the current thread's error queue.
16*2175Sjp161948
17*2175Sjp161948=head1 RETURN VALUES
18*2175Sjp161948
19*2175Sjp161948ERR_clear_error() has no return value.
20*2175Sjp161948
21*2175Sjp161948=head1 SEE ALSO
22*2175Sjp161948
23*2175Sjp161948L<err(3)|err(3)>, L<ERR_get_error(3)|ERR_get_error(3)>
24*2175Sjp161948
25*2175Sjp161948=head1 HISTORY
26*2175Sjp161948
27*2175Sjp161948ERR_clear_error() is available in all versions of SSLeay and OpenSSL.
28*2175Sjp161948
29*2175Sjp161948=cut
30