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

Diff for /src/usr.bin/ssh/Attic/auth-chall.c between version 1.3 and 1.4

version 1.3, 2001/01/21 19:05:41 version 1.4, 2001/02/04 15:32:22
Line 34 
Line 34 
 get_challenge(Authctxt *authctxt, char *devs)  get_challenge(Authctxt *authctxt, char *devs)
 {  {
         static char challenge[1024];          static char challenge[1024];
         struct skey skey;          struct skey skey;
         if (skeychallenge(&skey, authctxt->user, challenge) == -1)          if (skeychallenge(&skey, authctxt->user, challenge) == -1)
                 return NULL;                  return NULL;
         strlcat(challenge, "\nS/Key Password: ", sizeof challenge);          strlcat(challenge, "\nS/Key Password: ", sizeof challenge);

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