Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()
[openssl.git] / doc / man3 / ERR_clear_error.pod
1 =pod
2
3 =head1 NAME
4
5 ERR_clear_error - clear the error queue
6
7 =head1 SYNOPSIS
8
9  #include <openssl/err.h>
10
11  void ERR_clear_error(void);
12
13 =head1 DESCRIPTION
14
15 ERR_clear_error() empties the current thread's error queue.
16
17 =head1 RETURN VALUES
18
19 ERR_clear_error() has no return value.
20
21 =head1 SEE ALSO
22
23 L<ERR_get_error(3)>
24
25 =head1 COPYRIGHT
26
27 Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
28
29 Licensed under the Apache License 2.0 (the "License").  You may not use
30 this file except in compliance with the License.  You can obtain a copy
31 in the file LICENSE in the source distribution or at
32 L<https://www.openssl.org/source/license.html>.
33
34 =cut