X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fprime.c;h=d8f764a3d7f1f06d2dab7b19749cb7657ca29006;hb=b38999240954f7ca80abbf8064cc4c87e306a3b2;hp=133167f2d4d1e5ed73b8e3b458231afaa17a3d4d;hpb=1c6aab6a527b057133b470fa8c778e3d45f1605a;p=oweals%2Fopenssl.git diff --git a/apps/prime.c b/apps/prime.c index 133167f2d4..d8f764a3d7 100644 --- a/apps/prime.c +++ b/apps/prime.c @@ -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 "); + BIO_printf(bio_err, "%-14s generate prime\n", "-generate"); + BIO_printf(bio_err, "%-14s number of bits\n", "-bits "); + BIO_printf(bio_err, "%-14s safe prime\n", "-safe"); return 1; }