diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-07 22:30:16 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-07 22:30:16 +0000 |
commit | 3d37e91d299e8e84f7cef3f64b106d63ff6d2d9c (patch) | |
tree | d7a6867f33096340a6f4419d2e9509daf00713b0 /lib/libcrypto/man | |
parent | 169f7d39076e5dfe01d01968afd2c5e824a7e738 (diff) |
Add references to the BIO_{push,pop}(3) example
The reader may not know what digest BIOs, Base64 BIOs and file BIOs are
and the relevant function names are non-obvious, hence it's not entirely
trivial to find the manuals where they are explained. With these references
a reader should be able to turn the example into actual code.
ok schwarze
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/BIO_push.3 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BIO_push.3 b/lib/libcrypto/man/BIO_push.3 index aa0c3115a92..d091c7ccca8 100644 --- a/lib/libcrypto/man/BIO_push.3 +++ b/lib/libcrypto/man/BIO_push.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_push.3,v 1.9 2022/12/06 21:13:01 schwarze Exp $ +.\" $OpenBSD: BIO_push.3,v 1.10 2022/12/07 22:30:15 tb Exp $ .\" full merge up to: .\" OpenSSL doc/man3/BIO_push.pod 791bfd91 Nov 19 20:38:27 2021 +0100 .\" OpenSSL doc/man7/bio.pod 1cb7eff4 Sep 10 13:56:40 2019 +0100 @@ -67,7 +67,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 6 2022 $ +.Dd $Mdocdate: December 7 2022 $ .Dt BIO_PUSH 3 .Os .Sh NAME @@ -233,7 +233,12 @@ are digest BIOs, .Sy b64 is a Base64 BIO and .Sy f -is a file BIO. +is a file BIO (see +.Xr BIO_f_md 3 , +.Xr BIO_f_base64 3 , +and +.Xr BIO_s_file 3 , +respectively). .Pp If the call .Pp |