[BACK]Return to auth2.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/auth2.c between version 1.2 and 1.3

version 1.2, 2009/06/07 22:38:46 version 1.3, 2009/12/27 01:40:46
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
 /* $OpenBSD: auth2.c,v 1.120 2008/11/04 08:22:12 djm Exp $ */  /* $OpenBSD: auth2.c,v 1.121 2009/06/22 05:39:28 dtucker Exp $ */
 /*  /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.   * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *   *
Line 32  __RCSID("$NetBSD$");
Line 32  __RCSID("$NetBSD$");
   
 #include <fcntl.h>  #include <fcntl.h>
 #include <pwd.h>  #include <pwd.h>
 #include <string.h>  
 #include <stdarg.h>  #include <stdarg.h>
   #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "atomicio.h"  #include "atomicio.h"

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

CVSweb <webmaster@jp.NetBSD.org>