PR#3173
(cherry picked from commit 76ed5a42ea)
This commit is contained in:
Ken Ballou 2014-06-29 13:38:55 +01:00 committed by Dr. Stephen Henson
parent a3b8cd242a
commit 4824e7d6e9

View file

@ -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);