From a6c4ee6d7929feb579cef2968cbbc3e9efb9fedf Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 8 May 2002 15:20:12 +0000 Subject: [PATCH] Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex. Notified by Stella Power . PR: 24 --- doc/crypto/EVP_EncryptInit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index 9afe2396e2..483ff62b84 100644 --- 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. -- 2.50.1