提交 6d6e8070 编写于 作者: T TJ Saunders 提交者: Rich Salz

Ensure that the EVP_MD_meth_new docs properly match the declared functions;

it looks like these names have shifted a little over time.
Reviewed-by: NKurt Roeckx <kurt@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1203)
上级 f3cf2251
...@@ -18,9 +18,9 @@ EVP_MD methods ...@@ -18,9 +18,9 @@ EVP_MD methods
#include <openssl/evp.h> #include <openssl/evp.h>
EVP_MD *EVP_MD_create_method(int md_type, int pkey_type); EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type);
EVP_MD *EVP_MD_meth_dup(const EVP_MD *md); EVP_MD *EVP_MD_meth_dup(const EVP_MD *md);
void EVP_MD_destroy_method(EVP_MD *md); void EVP_MD_meth_free(EVP_MD *md);
int EVP_MD_meth_set_input_blocksize(EVP_MD *md, int blocksize); int EVP_MD_meth_set_input_blocksize(EVP_MD *md, int blocksize);
int EVP_MD_meth_set_result_size(EVP_MD *md, int resultsize); int EVP_MD_meth_set_result_size(EVP_MD *md, int resultsize);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册