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

Diff for /src/usr.bin/ssh/Attic/auth2-skey.c between version 1.1 and 1.2

version 1.1, 2000/10/11 20:14:38 version 1.2, 2000/12/19 23:17:55
Line 61 
Line 61 
 {  {
         Authctxt *authctxt = ctxt;          Authctxt *authctxt = ctxt;
         int authenticated = 0;          int authenticated = 0;
         unsigned int nresp, rlen;          u_int nresp, rlen;
         char *resp, *method;          char *resp, *method;
   
         if (authctxt == NULL)          if (authctxt == NULL)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2