summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Schaefer <saschaefer@neurodiverse.org>2014-08-11 11:37:18 -0400
committerRich Salz <rsalz@akamai.com>2014-08-11 13:43:31 -0400
commitd4a4370050f7d72239b92a60ab9d4a2dd5e9fd84 (patch)
treeb3d0504a6edf69862f65a194fa39b07b1a22d73c /doc
parent77bf69dced875200f6f0e385a4a270298f8d3c45 (diff)
RT 2517: Various typo's.
Reviewed-by: Emilia Kasper Many of these were already fixed, this catches the last few that were missed.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/EVP_EncryptInit.pod2
1 files changed, 1 insertions, 1 deletions
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<ctx> parameter does not need to be
initialized and they always use the default cipher implementation.