提交 11c4c02c 编写于 作者: D Dr. Stephen Henson

PR: 2074

Submitted by: Bram Neijt <bneijt@gmail.com>
Approved by: steve@openssl.org

Typo: "contet".
上级 c6bec6ef
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册