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

Diff for /src/usr.bin/ssh/kexgex.c between version 1.9 and 1.10

version 1.9, 2001/09/17 19:27:15 version 1.10, 2001/12/05 10:06:12
Line 270 
Line 270 
                 fatal("Unsupported hostkey type %d", kex->hostkey_type);                  fatal("Unsupported hostkey type %d", kex->hostkey_type);
   
         type = packet_read(&plen);          type = packet_read(&plen);
         switch(type){          switch (type) {
         case SSH2_MSG_KEX_DH_GEX_REQUEST:          case SSH2_MSG_KEX_DH_GEX_REQUEST:
                 debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");                  debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");
                 min = packet_get_int();                  min = packet_get_int();

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10