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

Diff for /src/usr.bin/ssh/auth.c between version 1.15 and 1.16

version 1.15, 2001/02/03 10:08:37 version 1.16, 2001/02/04 15:32:22
Line 115 
Line 115 
 Authctxt *  Authctxt *
 authctxt_new(void)  authctxt_new(void)
 {  {
         Authctxt *authctxt = xmalloc(sizeof(*authctxt));          Authctxt *authctxt = xmalloc(sizeof(*authctxt));
         memset(authctxt, 0, sizeof(*authctxt));          memset(authctxt, 0, sizeof(*authctxt));
         return authctxt;          return authctxt;
 }  }
   
 struct passwd *  struct passwd *

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16