diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod index f388a0a9c3..1a1e4cf1e4 100644 --- a/doc/man3/EVP_EncryptInit.pod +++ b/doc/man3/EVP_EncryptInit.pod @@ -439,10 +439,7 @@ and EVP_DecryptFinal_ex() These functions are the corresponding decryption operations. EVP_DecryptFinal() will return an error code if padding is enabled and the final block is not correctly formatted. The parameters and restrictions are -identical to the encryption operations except that if padding is enabled the -decrypted data buffer I passed to EVP_DecryptUpdate() should have -sufficient room for (I + cipher_block_size) bytes unless the cipher block -size is 1 in which case I bytes is sufficient. I B be NULL. +identical to the encryption operations. I B be NULL. =item EVP_CipherInit_ex2(), EVP_CipherInit_ex(), EVP_CipherUpdate() and EVP_CipherFinal_ex()