[openssl] OpenSSL_1_1_1-stable update

tomas at openssl.org tomas at openssl.org
Tue Mar 30 16:56:08 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  4cd2e3c952fa5eb1f7bd8cfd410781490878bdee (commit)
      from  fd988967bb14ce49b01c399b5d2c466852c105e4 (commit)


- Log -----------------------------------------------------------------
commit 4cd2e3c952fa5eb1f7bd8cfd410781490878bdee
Author: Nan Xiao <nan at chinadtrace.org>
Date:   Mon Mar 29 12:05:27 2021 +0800

    Fix typo in BIO_push.pod
    
    CLA: trivial
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14718)
    
    (cherry picked from commit 2db9bef264ba39e173d6b6a3a800595e15eef31b)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/BIO_push.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man3/BIO_push.pod b/doc/man3/BIO_push.pod
index 93f2cc31fd..c53314df9d 100644
--- a/doc/man3/BIO_push.pod
+++ b/doc/man3/BIO_push.pod
@@ -61,8 +61,8 @@ the new chain is B<md1-md2-b64-f>. Data written to B<md1> will be digested
 by B<md1> and B<md2>, B<base64> encoded and written to B<f>.
 
 It should be noted that reading causes data to pass in the reverse
-direction, that is data is read from B<f>, base64 B<decoded> and digested
-by B<md1> and B<md2>. If the call:
+direction, that is data is read from B<f>, B<base64> decoded and digested
+by B<md2> and B<md1>. If the call:
 
  BIO_pop(md2);
 


More information about the openssl-commits mailing list