[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.25 and 1.26

version 1.25, 2006/08/05 08:00:33 version 1.26, 2006/08/05 08:28:24
Line 49 
Line 49 
     u_int* numprompts, char ***prompts, u_int **echo_on)      u_int* numprompts, char ***prompts, u_int **echo_on)
 {  {
         Authctxt *authctxt = ctx;          Authctxt *authctxt = ctx;
         char challenge[1024], *p;          char challenge[1024];
         int len;  
         struct skey skey;          struct skey skey;
   
         if (skeychallenge(&skey, authctxt->user, challenge) == -1)          if (skeychallenge(&skey, authctxt->user, challenge) == -1)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26