summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man/ERR_clear_error.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-20 22:56:38 +0000
committerschwarze <schwarze@openbsd.org>2018-03-20 22:56:38 +0000
commit97a467b50f00f87b4ff99607aa5d042f04369e38 (patch)
tree85d8ed7772a36ae9218e68d75f24a85db46d4cb6 /lib/libcrypto/man/ERR_clear_error.3
parentdsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git (diff)
downloadwireguard-openbsd-97a467b50f00f87b4ff99607aa5d042f04369e38.tar.xz
wireguard-openbsd-97a467b50f00f87b4ff99607aa5d042f04369e38.zip
err.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/ERR_clear_error.3')
-rw-r--r--lib/libcrypto/man/ERR_clear_error.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ERR_clear_error.3 b/lib/libcrypto/man/ERR_clear_error.3
index 7ad4a4ed5e0..89d4f320a4c 100644
--- a/lib/libcrypto/man/ERR_clear_error.3
+++ b/lib/libcrypto/man/ERR_clear_error.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ERR_clear_error.3,v 1.3 2016/11/23 17:58:42 schwarze Exp $
+.\" $OpenBSD: ERR_clear_error.3,v 1.4 2018/03/20 22:56:38 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 23 2016 $
+.Dd $Mdocdate: March 20 2018 $
.Dt ERR_CLEAR_ERROR 3
.Os
.Sh NAME
@@ -66,4 +66,5 @@ empties the current thread's error queue.
.Xr ERR_get_error 3
.Sh HISTORY
.Fn ERR_clear_error
-is available in all versions of SSLeay and OpenSSL.
+appeared in SSLeay 0.8.1b or earlier and has been available since
+.Ox 2.4 .