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

Diff for /src/usr.bin/ssh/auth2-kbdint.c between version 1.2.18.1 and 1.3

version 1.2.18.1, 2006/10/06 03:19:32 version 1.3, 2006/03/19 18:51:18
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.   * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *   *
Line 23 
Line 22 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <sys/types.h>  #include "includes.h"
   
 #include "xmalloc.h"  
 #include "packet.h"  #include "packet.h"
 #include "key.h"  
 #include "hostfile.h"  
 #include "auth.h"  #include "auth.h"
 #include "log.h"  #include "log.h"
 #include "buffer.h"  
 #include "servconf.h"  #include "servconf.h"
   #include "xmalloc.h"
   
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;

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