Commit 76ed5a42 authored by Ken Ballou's avatar Ken Ballou Committed by Dr. Stephen Henson
Browse files

Typo.

PR#3173
parent a30bdb55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ If the call:

 BIO_push(b64, f);

is made then the new chain will be B<b64-chain>. After making the calls
is made then the new chain will be B<b64-f>. After making the calls

 BIO_push(md2, b64);
 BIO_push(md1, md2);