Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git] / release / src / router / openssl / doc / crypto / ERR_clear_error.pod
blob566e1f4e317fd9bce14982ff184301d150771aa8
1 =pod
3 =head1 NAME
5 ERR_clear_error - clear the error queue
7 =head1 SYNOPSIS
9  #include <openssl/err.h>
11  void ERR_clear_error(void);
13 =head1 DESCRIPTION
15 ERR_clear_error() empties the current thread's error queue.
17 =head1 RETURN VALUES
19 ERR_clear_error() has no return value.
21 =head1 SEE ALSO
23 L<err(3)|err(3)>, L<ERR_get_error(3)|ERR_get_error(3)>
25 =head1 HISTORY
27 ERR_clear_error() is available in all versions of SSLeay and OpenSSL.
29 =cut