1ERR_CLEAR_ERROR(3)                  OpenSSL                 ERR_CLEAR_ERROR(3)
2
3
4

NAME

6       ERR_clear_error - clear the error queue
7

SYNOPSIS

9        #include <openssl/err.h>
10
11        void ERR_clear_error(void);
12

DESCRIPTION

14       ERR_clear_error() empties the current thread's error queue.
15

RETURN VALUES

17       ERR_clear_error() has no return value.
18

SEE ALSO

20       ERR_get_error(3)
21
23       Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
24
25       Licensed under the OpenSSL license (the "License").  You may not use
26       this file except in compliance with the License.  You can obtain a copy
27       in the file LICENSE in the source distribution or at
28       <https://www.openssl.org/source/license.html>.
29
30
31
321.1.1l                            2021-09-15                ERR_CLEAR_ERROR(3)
Impressum