summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ERR_print_errors.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ERR_print_errors.3')
-rw-r--r--src/lib/libcrypto/man/ERR_print_errors.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ERR_print_errors.3 b/src/lib/libcrypto/man/ERR_print_errors.3
index aa0564b92a..cf65d2384b 100644
--- a/src/lib/libcrypto/man/ERR_print_errors.3
+++ b/src/lib/libcrypto/man/ERR_print_errors.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ERR_print_errors.3,v 1.5 2018/03/20 22:56:38 schwarze Exp $ 1.\" $OpenBSD: ERR_print_errors.3,v 1.6 2018/03/22 21:08:22 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>, 4.\" This file was written by Ulf Moeller <ulf@openssl.org>,
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 20 2018 $ 52.Dd $Mdocdate: March 22 2018 $
53.Dt ERR_PRINT_ERRORS 3 53.Dt ERR_PRINT_ERRORS 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -120,3 +120,7 @@ and
120.Fn ERR_print_errors_fp 120.Fn ERR_print_errors_fp
121appeared in SSLeay 0.8.1b or earlier and have been available since 121appeared in SSLeay 0.8.1b or earlier and have been available since
122.Ox 2.4 . 122.Ox 2.4 .
123.Pp
124.Fn ERR_print_errors_cb
125first appeared in OpenSSL 0.9.7 and has been available since
126.Ox 3.2 .