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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.120 and 1.121

version 1.120, 2005/03/02 01:27:41 version 1.121, 2005/03/10 22:01:06
Line 684 
Line 684 
                                 if (delete_host && !c)                                  if (delete_host && !c)
                                         print_host(out, cp, public, 0);                                          print_host(out, cp, public, 0);
                         } else if (hash_hosts) {                          } else if (hash_hosts) {
                                 for(cp2 = strsep(&cp, ",");                                  for (cp2 = strsep(&cp, ",");
                                     cp2 != NULL && *cp2 != '\0';                                      cp2 != NULL && *cp2 != '\0';
                                     cp2 = strsep(&cp, ",")) {                                      cp2 = strsep(&cp, ",")) {
                                         if (strcspn(cp2, "*?!") != strlen(cp2))                                          if (strcspn(cp2, "*?!") != strlen(cp2))

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121