]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/11/07 22:41:51
authordjm <djm>
Mon, 12 Nov 2001 00:04:28 +0000 (00:04 +0000)
committerdjm <djm>
Mon, 12 Nov 2001 00:04:28 +0000 (00:04 +0000)
     [auth2.c auth-rh-rsa.c]
     unused includes

ChangeLog
auth-rh-rsa.c
auth2.c

index d27c9ef2a8ffedbe9fe011b77d1d88eb12f0d9ee..250e26542455dc0719fb84d00ea12f756b6c346c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,9 @@
    - markus@cvs.openbsd.org 2001/11/07 22:12:01
      [sshd.8]
      s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
+   - markus@cvs.openbsd.org 2001/11/07 22:41:51
+     [auth2.c auth-rh-rsa.c]
+     unused includes
 
 20011109
  - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
index 5bca5a9702d695c64e317801356d350fba0aef97..8a486b330a0bab62554210fc0382ac0ed36687da 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.25 2001/06/23 03:04:42 markus Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.26 2001/11/07 22:41:51 markus Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
@@ -24,7 +24,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.25 2001/06/23 03:04:42 markus Exp $");
 #include "hostfile.h"
 #include "pathnames.h"
 #include "auth.h"
-#include "tildexpand.h"
 #include "canohost.h"
 
 /*
diff --git a/auth2.c b/auth2.c
index c0ed362139df5e831c8d820ec79c9870af4557ac..eb04ae75be1a6115a97bfe79a150af223c4ce947 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.72 2001/11/07 22:41:51 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -50,7 +50,6 @@ RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $");
 #include "misc.h"
 #include "hostfile.h"
 #include "canohost.h"
-#include "tildexpand.h"
 #include "match.h"
 
 /* import */
This page took 0.04879 seconds and 5 git commands to generate.