[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.295 and 1.296

version 1.295, 2016/08/25 23:57:54 version 1.296, 2016/09/28 16:33:07
Line 875 
Line 875 
 };  };
 static const struct multistate multistate_compression[] = {  static const struct multistate multistate_compression[] = {
         { "delayed",                    COMP_DELAYED },          { "delayed",                    COMP_DELAYED },
         { "yes",                        COMP_ZLIB },          { "yes",                        COMP_DELAYED },
         { "no",                         COMP_NONE },          { "no",                         COMP_NONE },
         { NULL, -1 }          { NULL, -1 }
 };  };

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