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

Diff for /src/usr.bin/ssh/moduli.c between version 1.3 and 1.4

version 1.3, 2003/12/07 06:34:18 version 1.4, 2003/12/09 13:52:55
Line 550 
Line 550 
                         continue;                          continue;
                 }                  }
   
                   /*
                    * Primes with no known generator are useless for DH, so
                    * skip those.
                    */
                   if (generator_known == 0) {
                           debug2("%10u: no known generator", count_in);
                           continue;
                   }
   
                 count_possible++;                  count_possible++;
   
                 /*                  /*

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4