diff options
author | 2018-03-21 06:44:51 +0000 | |
---|---|---|
committer | 2018-03-21 06:44:51 +0000 | |
commit | e060f1e55d7e6eb64c233900d3a7243584c447e4 (patch) | |
tree | d9adf4f0335765c155c4a9834c3523aaf2c3ca63 /lib/libcrypto/man/ERR_get_error.3 | |
parent | dsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-e060f1e55d7e6eb64c233900d3a7243584c447e4.tar.xz wireguard-openbsd-e060f1e55d7e6eb64c233900d3a7243584c447e4.zip |
err.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/ERR_get_error.3')
-rw-r--r-- | lib/libcrypto/man/ERR_get_error.3 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libcrypto/man/ERR_get_error.3 b/lib/libcrypto/man/ERR_get_error.3 index e20e1236dc4..9ba65a9a108 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.5 2018/03/20 22:56:38 schwarze Exp $ +.\" $OpenBSD: ERR_get_error.3,v 1.6 2018/03/21 06:44:51 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: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt ERR_GET_ERROR 3 .Os .Sh NAME @@ -173,13 +173,14 @@ The error code, or 0 if there is no error in the queue. .Fn ERR_get_error_line , and .Fn ERR_peek_error_line -appeared in SSLeay 0.8.1b or earlier and have been available since -.Ox 2.4 . -.Pp +appeared in SSLeay 0.8.1b or earlier. .Fn ERR_get_error_line_data and .Fn ERR_peek_error_line_data -were added in SSLeay 0.9.0. +first appeared in SSLeay 0.9.0. +All these functions have been available since +.Ox 2.4 . +.Pp .Fn ERR_peek_last_error , .Fn ERR_peek_last_error_line , and |