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

Diff for /src/usr.bin/ssh/Attic/auth-skey.c between version 1.12.4.2 and 1.12.4.3

version 1.12.4.2, 2002/05/17 00:03:23 version 1.12.4.3, 2002/06/22 07:23:16
Line 50 
Line 50 
         if (skeychallenge(&skey, authctxt->user, challenge) == -1)          if (skeychallenge(&skey, authctxt->user, challenge) == -1)
                 return -1;                  return -1;
   
         *name       = xstrdup("");          *name  = xstrdup("");
         *infotxt    = xstrdup("");          *infotxt  = xstrdup("");
         *numprompts = 1;          *numprompts = 1;
         *prompts = xmalloc(*numprompts * sizeof(char*));          *prompts = xmalloc(*numprompts * sizeof(char*));
         *echo_on = xmalloc(*numprompts * sizeof(u_int));          *echo_on = xmalloc(*numprompts * sizeof(u_int));

Legend:
Removed from v.1.12.4.2  
changed lines
  Added in v.1.12.4.3