MD4 implemented. Assar Westerlund provided the digest code itself and the test utili...
[openssl.git] / apps / dgst.c
index 3db28d25ca09592cc97063bc0e08207066d38275..5286dd01ead506a63e852ad6818bb7bc17f3ae6e 100644 (file)
@@ -134,6 +134,8 @@ int MAIN(int argc, char **argv)
                BIO_printf(bio_err,"-d   to output debug info\n");
                BIO_printf(bio_err,"-%3s to use the %s message digest algorithm (default)\n",
                        LN_md5,LN_md5);
+               BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
+                       LN_md4,LN_md4);
                BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
                        LN_md2,LN_md2);
                BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",