aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto/EVP_MD_meth_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/EVP_MD_meth_new.pod')
-rw-r--r--doc/crypto/EVP_MD_meth_new.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/EVP_MD_meth_new.pod b/doc/crypto/EVP_MD_meth_new.pod
index c222e37e2f..427ab268ed 100644
--- a/doc/crypto/EVP_MD_meth_new.pod
+++ b/doc/crypto/EVP_MD_meth_new.pod
@@ -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);