summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-10 21:37:45 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-10 21:37:45 +0000
commitdd5e774664160f19e4828bddbdfbefa7d2b543dd (patch)
treeaec2345d4f51e70fd5197b36b450df3a50f13d12 /apps
parent6b86bad5ef632a1b4d6fc32936097c69c0efce55 (diff)
Add support for md4WithRSAEncryption.
Diffstat (limited to 'apps')
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c
index 6fac16f97a..9611431fe7 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -420,7 +420,7 @@ bad:
BIO_printf(bio_err," the random number generator\n");
BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
- BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2)\n");
+ BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4)\n");
BIO_printf(bio_err," -config file request template file.\n");
BIO_printf(bio_err," -subj arg set or modify request subject\n");
BIO_printf(bio_err," -new new request.\n");