doc: replace "symmetric cipher" phrase in EVP_MD manpages
[openssl.git] / doc / man3 / EVP_md5.pod
index a0b127fe60b39f03b57389fa1d6fcf9884b33257..cf824e3a9e533d8243a20ed3341582dcd26aecbc 100644 (file)
@@ -40,7 +40,7 @@ WARNING: this algorithm is not intended for non-SSL usage.
 =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