summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_f_cipher.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BIO_f_cipher.pod')
-rw-r--r--doc/man3/BIO_f_cipher.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_f_cipher.pod b/doc/man3/BIO_f_cipher.pod
index a24857e861..65c3d0b1f5 100644
--- a/doc/man3/BIO_f_cipher.pod
+++ b/doc/man3/BIO_f_cipher.pod
@@ -13,7 +13,7 @@ BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher
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)