Commit f2d77993 authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Add missing usage hints how to generate primes.

parent e8e45ed4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -155,5 +155,8 @@ int MAIN(int argc, char **argv)
    BIO_printf(bio_err, "options are\n");
    BIO_printf(bio_err, "%-14s hex\n", "-hex");
    BIO_printf(bio_err, "%-14s number of checks\n", "-checks <n>");
    BIO_printf(bio_err, "%-14s generate prime\n", "-generate");
    BIO_printf(bio_err, "%-14s number of bits\n", "-bits <n>");
    BIO_printf(bio_err, "%-14s safe prime\n", "-safe");
    return 1;
}