search for: generator_w

Displaying 1 result from an estimated 1 matches for "generator_w".

Did you mean: generator_c
2007 Mar 01
1
Proposed patch: ssh-keygen allows writing to stdout for moduli generation
...tal("Couldn't open modulus candidate " @@ -1298,10 +1309,6 @@ main(int ac, char **av) } else in = stdin; - if (out == NULL) { - fatal("Couldn't open moduli file \"%s\": %s", - out_file, strerror(errno)); - } if (prime_test(in, out, trials, generator_wanted) != 0) fatal("modulus screening failed"); return (0);