summaryrefslogtreecommitdiff
path: root/doc/man3/EVP_sha224.pod
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2022-04-25 10:51:00 +0200
committerTomas Mraz <tomas@openssl.org>2022-04-27 10:25:25 +0200
commitae2efd63c6fcd9b7e043692184762da19c5eb99b (patch)
tree9603413dc10317e05e00ec1ae5dee4e3ef9770fd /doc/man3/EVP_sha224.pod
parent2dc3a4a4a57eca0d9bebd87234c7d682506188fc (diff)
downloadopenssl-new-ae2efd63c6fcd9b7e043692184762da19c5eb99b.tar.gz
doc: replace "symmetric cipher" phrase in EVP_MD manpages
CLA: trivial Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18169)
Diffstat (limited to 'doc/man3/EVP_sha224.pod')
-rw-r--r--doc/man3/EVP_sha224.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_sha224.pod b/doc/man3/EVP_sha224.pod
index afcfc98034..4f83e0fe48 100644
--- a/doc/man3/EVP_sha224.pod
+++ b/doc/man3/EVP_sha224.pod
@@ -49,7 +49,7 @@ their outputs are of the same size.
=head1 RETURN VALUES
These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
details of the B<EVP_MD> structure.
=head1 CONFORMING TO