diff options
Diffstat (limited to 'doc/man3/EVP_md5.pod')
| -rw-r--r-- | doc/man3/EVP_md5.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man3/EVP_md5.pod b/doc/man3/EVP_md5.pod index 8101143b54ec..725fcbf5e227 100644 --- a/doc/man3/EVP_md5.pod +++ b/doc/man3/EVP_md5.pod @@ -2,7 +2,8 @@ =head1 NAME -EVP_md5 +EVP_md5, +EVP_md5_sha1 - MD5 For EVP =head1 SYNOPSIS @@ -10,6 +11,7 @@ EVP_md5 #include <openssl/evp.h> const EVP_MD *EVP_md5(void); + const EVP_MD *EVP_md5_sha1(void); =head1 DESCRIPTION |
