[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.27 and 1.28

version 1.27, 2004/02/27 22:42:47 version 1.28, 2004/02/27 22:44:56
Line 108 
Line 108 
 choose_dh(int min, int wantbits, int max)  choose_dh(int min, int wantbits, int max)
 {  {
         FILE *f;          FILE *f;
         char line[2048];          char line[4096];
         int best, bestcount, which;          int best, bestcount, which;
         int linenum;          int linenum;
         struct dhgroup dhg;          struct dhgroup dhg;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28