[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.1 and 1.2

version 1.1, 2000/10/11 04:02:16 version 1.2, 2000/10/11 20:11:35
Line 96 
Line 96 
 {  {
         FILE *f;          FILE *f;
         char line[1024];          char line[1024];
         char *cp, *arg;  
         int best, bestcount, which;          int best, bestcount, which;
         int linenum;          int linenum;
         struct dhgroup dhg;          struct dhgroup dhg;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2