summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_EncryptInit.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_EncryptInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_EncryptInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_EncryptInit.pod b/src/lib/libcrypto/doc/EVP_EncryptInit.pod
index a0a782e772..e9254de3d2 100644
--- a/src/lib/libcrypto/doc/EVP_EncryptInit.pod
+++ b/src/lib/libcrypto/doc/EVP_EncryptInit.pod
@@ -105,7 +105,7 @@ EVP_aes_192_ccm, EVP_aes_256_ccm - EVP cipher routines
105The EVP cipher routines are a high level interface to certain 105The EVP cipher routines are a high level interface to certain
106symmetric ciphers. 106symmetric ciphers.
107 107
108EVP_CIPHER_CTX_init() initializes cipher contex B<ctx>. 108EVP_CIPHER_CTX_init() initializes cipher context B<ctx>.
109 109
110EVP_EncryptInit_ex() sets up cipher context B<ctx> for encryption 110EVP_EncryptInit_ex() sets up cipher context B<ctx> for encryption
111with cipher B<type> from ENGINE B<impl>. B<ctx> must be initialized 111with cipher B<type> from ENGINE B<impl>. B<ctx> must be initialized