1ERR_CLEAR_ERROR(3) OpenSSL ERR_CLEAR_ERROR(3)
2
3
4
6 ERR_clear_error - clear the error queue
7
9 #include <openssl/err.h>
10
11 void ERR_clear_error(void);
12
14 ERR_clear_error() empties the current thread's error queue.
15
17 ERR_clear_error() has no return value.
18
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.1c 2019-05-28 ERR_CLEAR_ERROR(3)