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:
3f8c72c
)
Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.
author
Richard Levitte
<levitte@openssl.org>
Wed, 8 May 2002 15:20:12 +0000
(15:20 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 8 May 2002 15:20:12 +0000
(15:20 +0000)
Notified by Stella Power <snpower@maths.tcd.ie>.
PR: 24
doc/crypto/EVP_EncryptInit.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/EVP_EncryptInit.pod
b/doc/crypto/EVP_EncryptInit.pod
index 9afe2396e203c822bea78b16a7b69db4ca31b74b..483ff62b84bd84b691c5f4004663268cba124fd3 100644
(file)
--- a/
doc/crypto/EVP_EncryptInit.pod
+++ b/
doc/crypto/EVP_EncryptInit.pod
@@
-192,7
+192,7
@@
EVP_DecryptInit() and EVP_DecryptUpdate() return 1 for success and 0 for failure
EVP_DecryptFinal() returns 0 if the decrypt failed or 1 for success.
EVP_CipherInit() and EVP_CipherUpdate() return 1 for success and 0 for failure.
-EVP_CipherFinal() returns
1
for a decryption failure or 1 for success.
+EVP_CipherFinal() returns
0
for a decryption failure or 1 for success.
EVP_CIPHER_CTX_cleanup() returns 1 for success and 0 for failure.