X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Frsa.c;h=9d4c2e6564050916bd11e3296d52e73ace47aa3a;hp=53d234ca350b621a3f1ac2d1bdf3effda0fc3f88;hb=439df5087f012e65b80c13ade8953778cc0b4704;hpb=a3fe382e2d2d794c598921cd39117581a2a8941b 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");