Accept -F4 option in lower case, which is what the usage information
says one should use.
This commit is contained in:
parent
dc434bbcb0
commit
f1d92d941e
@ -114,7 +114,7 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
else if (strcmp(*argv,"-3") == 0)
|
else if (strcmp(*argv,"-3") == 0)
|
||||||
f4=3;
|
f4=3;
|
||||||
else if (strcmp(*argv,"-F4") == 0)
|
else if (strcmp(*argv,"-F4") == 0 || strcmp(*argv,"-f4") == 0)
|
||||||
f4=RSA_F4;
|
f4=RSA_F4;
|
||||||
else if (strcmp(*argv,"-rand") == 0)
|
else if (strcmp(*argv,"-rand") == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user