diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-25 22:43:14 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-25 22:43:14 +0000 |
commit | 7fc1f569abf7c799c6334297ee020a01b5d3d71e (patch) | |
tree | 6494fa45d06ccd27128ac6675e338eb0ee59ac62 /crypto/openssl/doc/man3/BIO_set_callback.pod | |
parent | 2367fca656edb8ea52e6a2f7d8ef63e3a38966d6 (diff) | |
download | src-7fc1f569abf7c799c6334297ee020a01b5d3d71e.tar.gz src-7fc1f569abf7c799c6334297ee020a01b5d3d71e.zip |
MFS: r366176
Merge OpenSSL 1.1.1h.
Approved by: re (gjb)
Notes
Notes:
svn path=/releng/12.2/; revision=366177
Diffstat (limited to 'crypto/openssl/doc/man3/BIO_set_callback.pod')
-rw-r--r-- | crypto/openssl/doc/man3/BIO_set_callback.pod | 4 |
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 |