mirror of
https://github.com/openssl/openssl.git
synced 2024-12-12 11:33:41 +08:00
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)
This commit is contained in:
parent
7947a1eb13
commit
2db9bef264
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user