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

Diff for /src/usr.bin/ssh/dh.c between version 1.64 and 1.65

version 1.64, 2018/06/06 18:29:18 version 1.65, 2018/06/26 11:23:59
Line 186 
Line 186 
         linenum = 0;          linenum = 0;
         which = arc4random_uniform(bestcount);          which = arc4random_uniform(bestcount);
         while (getline(&line, &linesize, f) != -1) {          while (getline(&line, &linesize, f) != -1) {
                 linenum++;  
                 if (!parse_prime(linenum, line, &dhg))                  if (!parse_prime(linenum, line, &dhg))
                         continue;                          continue;
                 if ((dhg.size > max || dhg.size < min) ||                  if ((dhg.size > max || dhg.size < min) ||

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65