diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-05 02:45:56 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-05 02:45:56 +0100 |
commit | d96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d (patch) | |
tree | 79594cf4acbe690842070efe0b1192564f335f71 /auth-rh-rsa.c | |
parent | - markus@cvs.openbsd.org 2002/03/01 13:12:10 (diff) | |
download | openssh-d96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d.tar.xz openssh-d96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d.zip |
- markus@cvs.openbsd.org 2002/03/04 12:43:06
[auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
unused include
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r-- | auth-rh-rsa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c index df917583b..d1b7ae996 100644 --- a/auth-rh-rsa.c +++ b/auth-rh-rsa.c @@ -13,10 +13,9 @@ */ #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" |