Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.
authorRichard Levitte <levitte@openssl.org>
Wed, 8 May 2002 15:20:12 +0000 (15:20 +0000)
committerRichard 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

index 9afe2396e203c822bea78b16a7b69db4ca31b74b..483ff62b84bd84b691c5f4004663268cba124fd3 100644 (file)
@@ -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.