Commit 4ed601b1 authored by Bodo Möller's avatar Bodo Möller
Browse files

Include MD4 in documentation.

parent 04a3ae55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

=head1 NAME

dgst, md5, md2, sha1, sha, mdc2, ripemd160 - message digests
dgst, md5, md4, md2, sha1, sha, mdc2, ripemd160 - message digests

=head1 SYNOPSIS

B<openssl> B<dgst> 
[B<-md5|-md2|-sha1|-sha|-mdc2|-ripemd160|-dss1>]
[B<-md5|-md4|-md2|-sha1|-sha|-mdc2|-ripemd160|-dss1>]
[B<-c>]
[B<-d>]
[B<-hex>]
@@ -19,7 +19,7 @@ B<openssl> B<dgst>
[B<-signature filename>]
[B<file...>]

[B<md5|md2|sha1|sha|mdc2|ripemd160>]
[B<md5|md4|md2|sha1|sha|mdc2|ripemd160>]
[B<-c>]
[B<-d>]
[B<file...>]