[BACK]Return to auth2-passwd.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-passwd.c between version 1.9.2.1 and 1.9.2.2

version 1.9.2.1, 2019/06/10 21:41:11 version 1.9.2.2, 2020/04/13 07:45:20
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
 /* $OpenBSD: auth2-passwd.c,v 1.16 2018/07/09 21:35:50 markus Exp $ */  /* $OpenBSD: auth2-passwd.c,v 1.17 2019/09/06 04:53:27 djm Exp $ */
   
 /*  /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.   * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *   *
Line 29 
Line 28 
 __RCSID("$NetBSD$");  __RCSID("$NetBSD$");
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <stdarg.h>  #include <stdarg.h>
   #include <stdio.h>
   
 #include "packet.h"  #include "packet.h"
 #include "ssherr.h"  #include "ssherr.h"

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

CVSweb <webmaster@jp.NetBSD.org>