From: Nan Xiao Date: Mon, 29 Mar 2021 04:05:27 +0000 (+0800) Subject: Fix typo in BIO_push.pod X-Git-Tag: openssl-3.0.0-alpha14~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2db9bef264ba39e173d6b6a3a800595e15eef31b;p=thirdparty%2Fopenssl.git 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) --- diff --git a/doc/man3/BIO_push.pod b/doc/man3/BIO_push.pod index 236ac480e0a..a959633fd52 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);