From: Dr. Stephen Henson Date: Fri, 16 Oct 2009 15:29:07 +0000 (+0000) Subject: PR: 2074 X-Git-Tag: OpenSSL_0_9_8m-beta1~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ef6fdab63d1b2a3e0557aca2e4e60d5f39b0293;p=oweals%2Fopenssl.git PR: 2074 Submitted by: Bram Neijt Approved by: steve@openssl.org Typo: "contet". --- diff --git a/doc/crypto/EVP_DigestInit.pod b/doc/crypto/EVP_DigestInit.pod index 130cd7f60a..98b1368d08 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. +EVP_MD_CTX_init() initializes digest context B. -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 to use a digest B from ENGINE B. B must be initialized before calling this @@ -102,7 +102,7 @@ the passed context B 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 is automatically cleaned up. +context B is automatically cleaned up. EVP_MD_CTX_copy() is similar to EVP_MD_CTX_copy_ex() except the destination B does not have to be initialized.