summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_push.pod
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2021-03-29 12:05:27 +0800
committerTomas Mraz <tomas@openssl.org>2021-03-30 18:55:46 +0200
commit2db9bef264ba39e173d6b6a3a800595e15eef31b (patch)
tree81b05dd24b0ce20550ac76fa7315ebcb15160a26 /doc/man3/BIO_push.pod
parent7947a1eb13c221bbc034796bd394ba00b0e2387d (diff)
Fix typo in BIO_push.pod
CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14718)
Diffstat (limited to 'doc/man3/BIO_push.pod')
-rw-r--r--doc/man3/BIO_push.pod4
1 files changed, 2 insertions, 2 deletions
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<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);