More doc cleanup
[openssl.git] / doc / crypto / BIO_f_cipher.pod
index 8b8e2001d19aa70681edd9ca81749118fc543b5c..87ab3ccc9dfac4334f6d4dbfb88a2b8bde400a4e 100644 (file)
@@ -4,13 +4,15 @@
 
 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter
 
+=for comment multiple includes
+
 =head1 SYNOPSIS
 
  #include <openssl/bio.h>
  #include <openssl/evp.h>
 
  const BIO_METHOD *BIO_f_cipher(void);
- void BIO_set_cipher(BIO *b,const EVP_CIPHER *cipher,
+ void BIO_set_cipher(BIO *b, const EVP_CIPHER *cipher,
                 unsigned char *key, unsigned char *iv, int enc);
  int BIO_get_cipher_status(BIO *b)
  int BIO_get_cipher_ctx(BIO *b, EVP_CIPHER_CTX **pctx)