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

Diff for /src/usr.bin/ssh/kex.c between version 1.78 and 1.79

version 1.78, 2007/05/30 05:58:13 version 1.79, 2007/06/05 06:52:37
Line 270 
Line 270 
         if (name == NULL)          if (name == NULL)
                 fatal("no matching mac found: client %s server %s",                  fatal("no matching mac found: client %s server %s",
                     client, server);                      client, server);
         if (mac_init(mac, name) < 0)          if (mac_setup(mac, name) < 0)
                 fatal("unsupported mac %s", name);                  fatal("unsupported mac %s", name);
         /* truncate the key */          /* truncate the key */
         if (datafellows & SSH_BUG_HMAC)          if (datafellows & SSH_BUG_HMAC)

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79