From: Richard Levitte Date: Wed, 8 May 2002 15:20:33 +0000 (+0000) Subject: Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex. X-Git-Tag: OpenSSL_0_9_7-beta1~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aebe0396e913851a1a0c48317c9e10a786d2a17a;p=oweals%2Fopenssl.git Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex. Notified by Stella Power . PR: 24 --- diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index 228e1f9e7e..371b6a2287 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++ b/doc/crypto/EVP_EncryptInit.pod @@ -243,7 +243,7 @@ EVP_DecryptInit_ex() and EVP_DecryptUpdate() return 1 for success and 0 for fail EVP_DecryptFinal_ex() returns 0 if the decrypt failed or 1 for success. EVP_CipherInit_ex() and EVP_CipherUpdate() return 1 for success and 0 for failure. -EVP_CipherFinal_ex() returns 1 for a decryption failure or 1 for success. +EVP_CipherFinal_ex() returns 0 for a decryption failure or 1 for success. EVP_CIPHER_CTX_cleanup() returns 1 for success and 0 for failure.