diff options
author | Damien Miller <djm@mindrot.org> | 2001-11-12 01:04:28 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-11-12 01:04:28 +0100 |
commit | 6fd5b391f0fdb81dcd80cf464774c7bb624f9afa (patch) | |
tree | 788e2b62902e4259a9a63a90a4b54daf6f997b9e | |
parent | - markus@cvs.openbsd.org 2001/11/07 22:12:01 (diff) | |
download | openssh-6fd5b391f0fdb81dcd80cf464774c7bb624f9afa.tar.xz openssh-6fd5b391f0fdb81dcd80cf464774c7bb624f9afa.zip |
- markus@cvs.openbsd.org 2001/11/07 22:41:51
[auth2.c auth-rh-rsa.c]
unused includes
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth-rh-rsa.c | 3 | ||||
-rw-r--r-- | auth2.c | 3 |
3 files changed, 6 insertions, 5 deletions
@@ -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) @@ -6845,4 +6848,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1645 2001/11/12 00:04:05 djm Exp $ +$Id: ChangeLog,v 1.1646 2001/11/12 00:04:28 djm Exp $ diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c index 5bca5a970..8a486b330 100644 --- a/auth-rh-rsa.c +++ b/auth-rh-rsa.c @@ -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" /* @@ -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 */ |