diff options
author | 2018-03-20 22:56:38 +0000 | |
---|---|---|
committer | 2018-03-20 22:56:38 +0000 | |
commit | 97a467b50f00f87b4ff99607aa5d042f04369e38 (patch) | |
tree | 85d8ed7772a36ae9218e68d75f24a85db46d4cb6 /lib/libcrypto/man/ERR_get_error.3 | |
parent | dsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git (diff) | |
download | wireguard-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_get_error.3')
-rw-r--r-- | lib/libcrypto/man/ERR_get_error.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ERR_get_error.3 b/lib/libcrypto/man/ERR_get_error.3 index 361d7ab7467..e20e1236dc4 100644 --- a/lib/libcrypto/man/ERR_get_error.3 +++ b/lib/libcrypto/man/ERR_get_error.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ERR_get_error.3,v 1.4 2016/11/23 17:59:29 schwarze Exp $ +.\" $OpenBSD: ERR_get_error.3,v 1.5 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_GET_ERROR 3 .Os .Sh NAME @@ -173,7 +173,9 @@ The error code, or 0 if there is no error in the queue. .Fn ERR_get_error_line , and .Fn ERR_peek_error_line -are available in all versions of SSLeay and OpenSSL. +appeared in SSLeay 0.8.1b or earlier and have been available since +.Ox 2.4 . +.Pp .Fn ERR_get_error_line_data and .Fn ERR_peek_error_line_data |