summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_f_cipher.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-02-27 13:02:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-02-27 13:02:46 +0000
commit6ac26a5ce5e2891c35a283961a5aa0d9dcc65d6e (patch)
tree15fe3b8cc7f3560073ca4641a06da6e0911e5885 /doc/crypto/BIO_f_cipher.pod
parent155bd1137e3c87c64be1f09ddfa2120adcd25e67 (diff)
Typo.
Diffstat (limited to 'doc/crypto/BIO_f_cipher.pod')
-rw-r--r--doc/crypto/BIO_f_cipher.pod2
1 files changed, 1 insertions, 1 deletions
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 <b> to B<cipher> using key B<key>
+BIO_set_cipher() sets the cipher of BIO B<b> to B<cipher> using key B<key>
and IV B<iv>. B<enc> should be set to 1 for encryption and zero for
decryption.