diff options
Diffstat (limited to 'src/lib/libcrypto/man/ERR_clear_error.3')
| -rw-r--r-- | src/lib/libcrypto/man/ERR_clear_error.3 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/lib/libcrypto/man/ERR_clear_error.3 b/src/lib/libcrypto/man/ERR_clear_error.3 new file mode 100644 index 0000000000..f5beb14b10 --- /dev/null +++ b/src/lib/libcrypto/man/ERR_clear_error.3 | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | .Dd $Mdocdate: November 2 2016 $ | ||
| 2 | .Dt ERR_CLEAR_ERROR 3 | ||
| 3 | .Os | ||
| 4 | .Sh NAME | ||
| 5 | .Nm ERR_clear_error | ||
| 6 | .Nd clear the OpenSSL error queue | ||
| 7 | .Sh SYNOPSIS | ||
| 8 | .In openssl/err.h | ||
| 9 | .Ft void | ||
| 10 | .Fn ERR_clear_error void | ||
| 11 | .Sh DESCRIPTION | ||
| 12 | .Fn ERR_clear_error | ||
| 13 | empties the current thread's error queue. | ||
| 14 | .Sh RETURN VALUES | ||
| 15 | .Fn ERR_clear_error | ||
| 16 | has no return value. | ||
| 17 | .Sh SEE ALSO | ||
| 18 | .Xr ERR 3 , | ||
| 19 | .Xr ERR_get_error 3 | ||
| 20 | .Sh HISTORY | ||
| 21 | .Fn ERR_clear_error | ||
| 22 | is available in all versions of SSLeay and OpenSSL. | ||
