[BACK]Return to prime.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/prime.c between version 1.14 and 1.15

version 1.14, 2022/11/11 17:07:39 version 1.15, 2022/12/26 19:32:30
Line 75 
Line 75 
         {          {
                 .name = "checks",                  .name = "checks",
                 .argname = "n",                  .argname = "n",
                 .desc = "Miller-Rabin probablistic primality test iterations",                  .desc = "Miller-Rabin probabilistic primality test iterations",
                 .type = OPTION_ARG_INT,                  .type = OPTION_ARG_INT,
                 .opt.value = &prime_config.checks,                  .opt.value = &prime_config.checks,
         },          },

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15