Document the i2o and o2i SCT functions
[openssl.git] / doc / crypto / BIO_f_base64.pod
index 9172a91d9a46e44aeabe89aa0da79815b0c74100..19df1dd638144db59387bd8bc2637fa3a8fa2d96 100644 (file)
@@ -4,12 +4,14 @@
 
 BIO_f_base64 - base64 BIO filter
 
+=for comment multiple includes
+
 =head1 SYNOPSIS
 
  #include <openssl/bio.h>
  #include <openssl/evp.h>
 
- const BIO_METHOD *     BIO_f_base64(void);
+ const BIO_METHOD *BIO_f_base64(void);
 
 =head1 DESCRIPTION
 
@@ -77,12 +79,6 @@ data following the base64 encoded block to be misinterpreted.
 There should be some way of specifying a test that the BIO can perform
 to reliably determine EOF (for example a MIME boundary).
 
-=head1 SEE ALSO
-
-TBA
-
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.