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

Diff for /src/usr.bin/skeyinit/skeyinit.c between version 1.49 and 1.50

version 1.49, 2004/09/14 22:58:57 version 1.50, 2004/12/27 23:37:49
Line 424 
Line 424 
                         (void)fputs("ERROR: Your passphrase may not be the "                          (void)fputs("ERROR: Your passphrase may not be the "
                             "same as your user name.\n", stderr);                              "same as your user name.\n", stderr);
                         continue;                          continue;
                 } else if (strspn(passwd, "abcdefghijklmnopqrstuvwxyz") ==                  } else if (strspn(passwd, "abcdefghijklmnopqrstuvwxyz") ==
                     strlen(passwd)) {                      strlen(passwd)) {
                         (void)fputs("ERROR: Your passphrase must contain more "                          (void)fputs("ERROR: Your passphrase must contain more "
                             "than just lower case letters.\nWhitespace, "                              "than just lower case letters.\nWhitespace, "

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50