diff options
author | 2016-11-02 15:23:41 +0000 | |
---|---|---|
committer | 2016-11-02 15:23:41 +0000 | |
commit | 23a520a8f7731d48525a10898cada35d18c2b197 (patch) | |
tree | 2271a38a5d93a964027efc5e275ed791532d1a5e /lib/libcrypto/man/ERR_clear_error.3 | |
parent | bump minor for ocsp api additions (diff) | |
download | wireguard-openbsd-23a520a8f7731d48525a10898cada35d18c2b197.tar.xz wireguard-openbsd-23a520a8f7731d48525a10898cada35d18c2b197.zip |
convert ERR manuals from pod to mdoc; while reading this,
i wtfed, laughed, puked, and cried in more or less that order...
Diffstat (limited to 'lib/libcrypto/man/ERR_clear_error.3')
-rw-r--r-- | lib/libcrypto/man/ERR_clear_error.3 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/libcrypto/man/ERR_clear_error.3 b/lib/libcrypto/man/ERR_clear_error.3 new file mode 100644 index 00000000000..f5beb14b100 --- /dev/null +++ b/lib/libcrypto/man/ERR_clear_error.3 @@ -0,0 +1,22 @@ +.Dd $Mdocdate: November 2 2016 $ +.Dt ERR_CLEAR_ERROR 3 +.Os +.Sh NAME +.Nm ERR_clear_error +.Nd clear the OpenSSL error queue +.Sh SYNOPSIS +.In openssl/err.h +.Ft void +.Fn ERR_clear_error void +.Sh DESCRIPTION +.Fn ERR_clear_error +empties the current thread's error queue. +.Sh RETURN VALUES +.Fn ERR_clear_error +has no return value. +.Sh SEE ALSO +.Xr ERR 3 , +.Xr ERR_get_error 3 +.Sh HISTORY +.Fn ERR_clear_error +is available in all versions of SSLeay and OpenSSL. |