From: Dr. Stephen Henson Date: Thu, 27 Feb 2003 13:02:46 +0000 (+0000) Subject: Typo. X-Git-Tag: BEN_FIPS_TEST_1~38^2~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ac26a5ce5e2891c35a283961a5aa0d9dcc65d6e;p=openssl Typo. --- diff --git a/doc/crypto/BIO_f_cipher.pod b/doc/crypto/BIO_f_cipher.pod index 4182f2c309..02439cea94 100644 --- a/doc/crypto/BIO_f_cipher.pod +++ b/doc/crypto/BIO_f_cipher.pod @@ -28,7 +28,7 @@ BIO_flush() on an encryption BIO that is being written through is used to signal that no more data is to be encrypted: this is used to flush and possibly pad the final block through the BIO. -BIO_set_cipher() sets the cipher of BIO to B using key B +BIO_set_cipher() sets the cipher of BIO B to B using key B and IV B. B should be set to 1 for encryption and zero for decryption.