]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/03/04 12:43:06
authormouring <mouring>
Tue, 5 Mar 2002 01:45:56 +0000 (01:45 +0000)
committermouring <mouring>
Tue, 5 Mar 2002 01:45:56 +0000 (01:45 +0000)
     [auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
     unused include

ChangeLog
auth-passwd.c
auth-rh-rsa.c
auth-rhosts.c

index 426807862a0cef7f49452e205cc8f19a1d4204da..553ebc2d0deccc325c0ec5cdeb3fe4db1a3a6f6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,9 @@
      undo the 'delay hostname lookup' change
      match.c must not use compress.c (via canonhost.c/packet.c)
      thanks to wilfried@
+   - markus@cvs.openbsd.org 2002/03/04 12:43:06
+     [auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
+     unused include
 
 20020226
  - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
index 3546636aa5f926ad632d45cc2bc0b706abb9d06c..095b9ba27c9b43e7eba6c5bd2c9de28cbb10b704 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-passwd.c,v 1.23 2001/06/26 16:15:23 dugsong Exp $");
+RCSID("$OpenBSD: auth-passwd.c,v 1.24 2002/03/04 12:43:06 markus Exp $");
 
 #if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
 
 #include "packet.h"
-#include "xmalloc.h"
 #include "log.h"
 #include "servconf.h"
 #include "auth.h"
index df917583b6a789b9e4dcacea025e4925367b38a9..d1b7ae996d50947a5aa46b572ec8bd018b74541d 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.28 2002/01/29 14:32:03 markus Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.29 2002/03/04 12:43:06 markus Exp $");
 
 #include "packet.h"
-#include "xmalloc.h"
 #include "uidswap.h"
 #include "log.h"
 #include "servconf.h"
index ebbf88f8910df39e0f170950583d4baf0e9fb4de..bd15261f705946054ca1a9def56e1051792dc511 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rhosts.c,v 1.26 2002/01/29 14:32:03 markus Exp $");
+RCSID("$OpenBSD: auth-rhosts.c,v 1.27 2002/03/04 12:43:06 markus Exp $");
 
 #include "packet.h"
-#include "xmalloc.h"
 #include "uidswap.h"
 #include "pathnames.h"
 #include "log.h"
This page took 0.055921 seconds and 5 git commands to generate.