summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2012-01-05 13:46:27 +0000
committerBodo Möller <bodo@openssl.org>2012-01-05 13:46:27 +0000
commit767d3e00541655faf192406daf5d3575ffb37d73 (patch)
tree40d62cd9ddca625ede378fb09a94e73db39a016b /apps/cms.c
parent409d2a1b71894f7ef72c4ee9a2db552e4d067858 (diff)
Update for 0.9.8s and 1.0.0f.
(While the 1.0.0f CHANGES entry on VOS PRNG seeding was missing in the 1.0.1 branch, the actual code is here already.)
Diffstat (limited to 'apps/cms.c')
-rw-r--r--apps/cms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cms.c b/apps/cms.c
index ee5445de29..d754140987 100644
--- a/apps/cms.c
+++ b/apps/cms.c
@@ -626,7 +626,7 @@ int MAIN(int argc, char **argv)
BIO_printf (bio_err, "-certsout file certificate output file\n");
BIO_printf (bio_err, "-signer file signer certificate file\n");
BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
- BIO_printf (bio_err, "-keyid use subject key identifier\n");
+ BIO_printf (bio_err, "-keyid use subject key identifier\n");
BIO_printf (bio_err, "-in file input file\n");
BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");