Commit f1d92d94 authored by Bodo Möller's avatar Bodo Möller
Browse files

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

says one should use.
parent dc434bbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
			{