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

Diff for /src/usr.bin/ssh/mac.c between version 1.25 and 1.26

version 1.25, 2013/11/07 11:58:27 version 1.26, 2014/01/04 17:50:55
Line 172 
Line 172 
         u_char b[4], nonce[8];          u_char b[4], nonce[8];
   
         if (mac->mac_len > sizeof(u))          if (mac->mac_len > sizeof(u))
                 fatal("mac_compute: mac too long %u %lu",                  fatal("mac_compute: mac too long %u %zu",
                     mac->mac_len, (u_long)sizeof(u));                      mac->mac_len, sizeof(u));
   
         switch (mac->type) {          switch (mac->type) {
         case SSH_EVP:          case SSH_EVP:

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26