summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-16 15:29:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-16 15:29:34 +0000
commit164c263b5c934c376bb14555244b9a42f086144d (patch)
tree7e9306071e15cb5d4377de029f883385098c3229 /doc
parenta9bb9d0eb47c246950f10fe522103292aab7d735 (diff)
downloadopenssl-new-164c263b5c934c376bb14555244b9a42f086144d.tar.gz
PR: 2074
Submitted by: Bram Neijt <bneijt@gmail.com> Approved by: steve@openssl.org Typo: "contet".
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/EVP_DigestInit.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/crypto/EVP_DigestInit.pod b/doc/crypto/EVP_DigestInit.pod
index d83363bb80..5b477ac6ec 100644
--- a/doc/crypto/EVP_DigestInit.pod
+++ b/doc/crypto/EVP_DigestInit.pod
@@ -64,9 +64,9 @@ EVP digest routines
The EVP digest routines are a high level interface to message digests.
-EVP_MD_CTX_init() initializes digest contet B<ctx>.
+EVP_MD_CTX_init() initializes digest context B<ctx>.
-EVP_MD_CTX_create() allocates, initializes and returns a digest contet.
+EVP_MD_CTX_create() allocates, initializes and returns a digest context.
EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest
B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this
@@ -102,7 +102,7 @@ the passed context B<ctx> does not have to be initialized, and it always
uses the default digest implementation.
EVP_DigestFinal() is similar to EVP_DigestFinal_ex() except the digest
-contet B<ctx> is automatically cleaned up.
+context B<ctx> is automatically cleaned up.
EVP_MD_CTX_copy() is similar to EVP_MD_CTX_copy_ex() except the destination
B<out> does not have to be initialized.