Accept -F4 option in lower case, which is what the usage information

says one should use.
This commit is contained in:
Bodo Möller 2000-06-08 22:40:09 +00:00
parent dc434bbcb0
commit f1d92d941e

View File

@ -114,7 +114,7 @@ int MAIN(int argc, char **argv)
}
else if (strcmp(*argv,"-3") == 0)
f4=3;
else if (strcmp(*argv,"-F4") == 0)
else if (strcmp(*argv,"-F4") == 0 || strcmp(*argv,"-f4") == 0)
f4=RSA_F4;
else if (strcmp(*argv,"-rand") == 0)
{