From: Ken Ballou Date: Sun, 29 Jun 2014 12:38:55 +0000 (+0100) Subject: Typo. X-Git-Tag: master-post-reformat~653^2~1 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=76ed5a42ea68dd08bba44e4003b7e638e5d8a4a3;ds=sidebyside Typo. PR#3173 --- diff --git a/doc/crypto/BIO_push.pod b/doc/crypto/BIO_push.pod index 8af1d3c097..8a2657cd58 100644 --- a/doc/crypto/BIO_push.pod +++ b/doc/crypto/BIO_push.pod @@ -40,7 +40,7 @@ If the call: BIO_push(b64, f); -is made then the new chain will be B. After making the calls +is made then the new chain will be B. After making the calls BIO_push(md2, b64); BIO_push(md1, md2);