summaryrefslogtreecommitdiffstats
path: root/apps/rsa.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-04 01:36:53 +0000
committerBodo Möller <bodo@openssl.org>2000-03-04 01:36:53 +0000
commit0a150c5c9f5a4e16c45c9c65a8103ebd37fee14f (patch)
tree58af4b55a7496939a0db2e19012f29b6892707f3 /apps/rsa.c
parentc7fecee8b5e3a07746358af8c0f7610a3ed213bd (diff)
Generate correct error reasons strings for SYSerr.
Diffstat (limited to 'apps/rsa.c')
-rw-r--r--apps/rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/rsa.c b/apps/rsa.c
index 53d234ca35..9d4c2e6564 100644
--- a/apps/rsa.c
+++ b/apps/rsa.c
@@ -179,7 +179,6 @@ bad:
BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n");
BIO_printf(bio_err," -in arg input file\n");
BIO_printf(bio_err," -passin arg input file pass phrase source\n");
- BIO_printf(bio_err," -in arg input file\n");
BIO_printf(bio_err," -out arg output file\n");
BIO_printf(bio_err," -passout arg output file pass phrase source\n");
BIO_printf(bio_err," -des encrypt PEM output with cbc des\n");