From 76ed5a42ea68dd08bba44e4003b7e638e5d8a4a3 Mon Sep 17 00:00:00 2001 From: Ken Ballou Date: Sun, 29 Jun 2014 13:38:55 +0100 Subject: [PATCH] Typo. PR#3173 --- doc/crypto/BIO_push.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1