[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.2 and 1.3

version 1.2, 2001/04/05 10:42:51 version 1.3, 2001/12/19 07:18:56
Line 99 
Line 99 
                 return (0);                  return (0);
         maclist = cp = xstrdup(names);          maclist = cp = xstrdup(names);
         for ((p = strsep(&cp, MAC_SEP)); p && *p != '\0';          for ((p = strsep(&cp, MAC_SEP)); p && *p != '\0';
              (p = strsep(&cp, MAC_SEP))) {              (p = strsep(&cp, MAC_SEP))) {
                 if (mac_init(NULL, p) < 0) {                  if (mac_init(NULL, p) < 0) {
                         debug("bad mac %s [%s]", p, names);                          debug("bad mac %s [%s]", p, names);
                         xfree(maclist);                          xfree(maclist);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3