Use 'i' as parameter name not 'I'.
[openssl.git] / doc / man3 / BIO_f_cipher.pod
index 87ab3ccc9dfac4334f6d4dbfb88a2b8bde400a4e..65c3d0b1f52ecca4ee33a76fcc9af3e735e912f5 100644 (file)
@@ -4,16 +4,16 @@
 
 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter
 
-=for comment multiple includes
-
 =head1 SYNOPSIS
 
+=for comment multiple includes
+
  #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,
-                unsigned char *key, unsigned char *iv, int enc);
+                     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)