EVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
[openssl.git] / apps / dsa.c
index 65397ab053b2d6f855db60e3759a766ac9be4357..8ef802e0dad325abffa4987e76ccd6e5bd730585 100644 (file)
@@ -48,7 +48,7 @@ const OPTIONS dsa_options[] = {
 
     OPT_SECTION("Input"),
     {"in", OPT_IN, 's', "Input key"},
-    {"inform", OPT_INFORM, 'f', "Input format, DER PEM PVK"},
+    {"inform", OPT_INFORM, 'f', "Input format (DER/PEM/PVK); has no effect"},
     {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
     {"passin", OPT_PASSIN, 's', "Input file pass phrase source"},