diff options
Diffstat (limited to 'src/usr.bin/openssl/req.c')
-rw-r--r-- | src/usr.bin/openssl/req.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/req.c b/src/usr.bin/openssl/req.c index f359e7392e..c7256ae59a 100644 --- a/src/usr.bin/openssl/req.c +++ b/src/usr.bin/openssl/req.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: req.c,v 1.8 2015/09/13 23:36:21 doug Exp $ */ | 1 | /* $OpenBSD: req.c,v 1.9 2015/09/14 01:45:03 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -354,7 +354,7 @@ bad: | |||
354 | BIO_printf(bio_err, " -newkey rsa:bits generate a new RSA key of 'bits' in size\n"); | 354 | BIO_printf(bio_err, " -newkey rsa:bits generate a new RSA key of 'bits' in size\n"); |
355 | BIO_printf(bio_err, " -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n"); | 355 | BIO_printf(bio_err, " -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n"); |
356 | BIO_printf(bio_err, " -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n"); | 356 | BIO_printf(bio_err, " -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n"); |
357 | BIO_printf(bio_err, " -[digest] Digest to sign with (md5, sha1)\n"); | 357 | BIO_printf(bio_err, " -[digest] Digest to sign with (md5, sha1, md4)\n"); |
358 | BIO_printf(bio_err, " -config file request template file.\n"); | 358 | BIO_printf(bio_err, " -config file request template file.\n"); |
359 | BIO_printf(bio_err, " -subj arg set or modify request subject\n"); | 359 | BIO_printf(bio_err, " -subj arg set or modify request subject\n"); |
360 | BIO_printf(bio_err, " -multivalue-rdn enable support for multivalued RDNs\n"); | 360 | BIO_printf(bio_err, " -multivalue-rdn enable support for multivalued RDNs\n"); |