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

Diff for /src/usr.bin/ssh/servconf.c between version 1.296 and 1.297

version 1.296, 2016/09/28 16:33:07 version 1.297, 2016/09/28 20:32:42
Line 874 
Line 874 
         { NULL, -1 }          { NULL, -1 }
 };  };
 static const struct multistate multistate_compression[] = {  static const struct multistate multistate_compression[] = {
         { "delayed",                    COMP_DELAYED },  
         { "yes",                        COMP_DELAYED },          { "yes",                        COMP_DELAYED },
           { "delayed",                    COMP_DELAYED },
         { "no",                         COMP_NONE },          { "no",                         COMP_NONE },
         { NULL, -1 }          { NULL, -1 }
 };  };

Legend:
Removed from v.1.296  
changed lines
  Added in v.1.297