projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155bd11
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 27 Feb 2003 13:02:46 +0000
(13:02 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 27 Feb 2003 13:02:46 +0000
(13:02 +0000)
doc/crypto/BIO_f_cipher.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BIO_f_cipher.pod
b/doc/crypto/BIO_f_cipher.pod
index 4182f2c30903181405934e5f0df6f0f0765b6cbe..02439cea94a0d6e550fd17be879b3be4717daf64 100644
(file)
--- 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.