Remove asn1-kludge option.
[openssl.git] / doc / crypto / BIO_push.pod
index 5d0d39e4f06f0d1b1a1eed7540d42b7c56b97b84..8a2657cd588ca38ddc0ce9bc5478aa20281bb0c6 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-       BIO_push, BIO_pop - add and remove BIOs from a chain.
+BIO_push, BIO_pop - add and remove BIOs from a chain.
 
 =head1 SYNOPSIS
 
@@ -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);