summaryrefslogtreecommitdiff
path: root/crypto/openssl/doc/man3/BIO_set_callback.pod
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-09-22 16:18:31 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-09-22 16:18:31 +0000
commit58f351825a371d1a3dd693d6f64a1245ea851a51 (patch)
tree239e78f19bd1ceca0a1aa3b8ecedd54d2b04de00 /crypto/openssl/doc/man3/BIO_set_callback.pod
parent3c0c1e01c9c55aa0ef5bec9a4612d1ce68dd76da (diff)
parent92f02b3b0f21350e7c92a16ca9b594ad7682c717 (diff)
downloadsrc-test2-58f351825a371d1a3dd693d6f64a1245ea851a51.tar.gz
src-test2-58f351825a371d1a3dd693d6f64a1245ea851a51.zip
Notes
Diffstat (limited to 'crypto/openssl/doc/man3/BIO_set_callback.pod')
-rw-r--r--crypto/openssl/doc/man3/BIO_set_callback.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/doc/man3/BIO_set_callback.pod b/crypto/openssl/doc/man3/BIO_set_callback.pod
index 291456baa42a..f7ee104c2855 100644
--- a/crypto/openssl/doc/man3/BIO_set_callback.pod
+++ b/crypto/openssl/doc/man3/BIO_set_callback.pod
@@ -31,7 +31,7 @@ BIO_callback_fn_ex, BIO_callback_fn
=head1 DESCRIPTION
BIO_set_callback_ex() and BIO_get_callback_ex() set and retrieve the BIO
-callback. The callback is called during most high level BIO operations. It can
+callback. The callback is called during most high-level BIO operations. It can
be used for debugging purposes to trace operations on a BIO or to modify its
operation.
@@ -230,7 +230,7 @@ in crypto/bio/bio_cb.c
=head1 COPYRIGHT
-Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy