X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fgenrsa.c;h=2bc8fa08275c326b2e9fc1ac56c0a572ff4a9ba2;hp=464657c20a8da8d5330e55d392052f441ea47828;hb=6f007824adc40d629e6ad1317d4184ca8bb967fc;hpb=c7702e077da512ba47f25424f24c11bd0c394bc0 diff --git a/apps/genrsa.c b/apps/genrsa.c index 464657c20a..2bc8fa0827 100644 --- a/apps/genrsa.c +++ b/apps/genrsa.c @@ -44,7 +44,7 @@ const OPTIONS genrsa_options[] = { {"3", OPT_3, '-', "Use 3 for the E value"}, {"F4", OPT_F4, '-', "Use F4 (0x10001) for the E value"}, {"f4", OPT_F4, '-', "Use F4 (0x10001) for the E value"}, - {"out", OPT_OUT, 's', "Output the key to specified file"}, + {"out", OPT_OUT, '>', "Output the key to specified file"}, OPT_R_OPTIONS, {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, {"", OPT_CIPHER, '-', "Encrypt the output with any supported cipher"},