summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_EncryptInit.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commitf087ce5ef830235035b12597598b8a15ef4d469b (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_EncryptInit.pod
parent8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff)
downloadopenbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
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