Commit 6d6e8070 authored by TJ Saunders's avatar TJ Saunders Committed by Rich Salz
Browse files

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: default avatarKurt Roeckx <kurt@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1203)
parent f3cf2251
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@ EVP_MD methods

 #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);
 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_result_size(EVP_MD *md, int resultsize);