[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.39 and 1.40

version 1.39, 2002/03/19 10:49:35 version 1.40, 2002/03/19 14:27:39
Line 39 
Line 39 
 #include "bufaux.h"  #include "bufaux.h"
 #include "uidswap.h"  #include "uidswap.h"
 #include "tildexpand.h"  #include "tildexpand.h"
   #include "misc.h"
   
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
Line 417 
Line 418 
                 auth_close(as);                  auth_close(as);
 #endif  #endif
 #endif  #endif
         return (pw);          return (pwcopy(pw));
 }  }

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40