From 2db9bef264ba39e173d6b6a3a800595e15eef31b Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Mon, 29 Mar 2021 12:05:27 +0800 Subject: Fix typo in BIO_push.pod CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14718) --- doc/man3/BIO_push.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man3/BIO_push.pod') diff --git a/doc/man3/BIO_push.pod b/doc/man3/BIO_push.pod index 236ac480e0..a959633fd5 100644 --- a/doc/man3/BIO_push.pod +++ b/doc/man3/BIO_push.pod @@ -61,8 +61,8 @@ the new chain is B. Data written to B will be digested by B and B, B encoded and written to B. It should be noted that reading causes data to pass in the reverse -direction, that is data is read from B, base64 B and digested -by B and B. If the call: +direction, that is data is read from B, B decoded and digested +by B and B. If the call: BIO_pop(md2); -- cgit v1.2.3