X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Frsa.c;h=810713faa84eaac63dcb0710d37c424649ca13ce;hp=cafa6f46178d05b94a66447d8e871d425c077bff;hb=dd9589740d54b81c5aef6c7f5fa28f68f23fb27f;hpb=2f0c9d5cdf8a7eee73a3fde4f626b53434d04f91 diff --git a/apps/rsa.c b/apps/rsa.c index cafa6f4617..810713faa8 100644 --- a/apps/rsa.c +++ b/apps/rsa.c @@ -130,7 +130,7 @@ OPTIONS rsa_options[] = { {"help", OPT_HELP, '-', "Display this summary"}, {"inform", OPT_INFORM, 'f', "Input format, one of DER NET PEM"}, {"outform", OPT_OUTFORM, 'f', "Output format, one of DER NET PEM PVK"}, - {"in", OPT_IN, '<', "Input file"}, + {"in", OPT_IN, 's', "Input file"}, {"out", OPT_OUT, '>', "Output file"}, {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"}, {"pubout", OPT_PUBOUT, '-', "Output a public key"},