X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FEVP_EncryptInit.pod;h=b2f65ed1e89e71ebdbc7a02ee1f977f66fd72ae6;hp=e4404637561bf7fc0a9d7c683e166ccd89606e65;hb=d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84;hpb=77bf69dced875200f6f0e385a4a270298f8d3c45;ds=sidebyside diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index e440463756..b2f65ed1e8 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++ b/doc/crypto/EVP_EncryptInit.pod @@ -161,7 +161,7 @@ after all operations using a cipher are complete so sensitive information does not remain in memory. EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit() behave in a -similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex and +similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex() and EVP_CipherInit_ex() except the B parameter does not need to be initialized and they always use the default cipher implementation.