summaryrefslogtreecommitdiffstats
path: root/authfd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-13 10:51:58 +1100
committerDamien Miller <djm@mindrot.org>1999-11-13 10:51:58 +1100
commit4956d2cf64748f281fb5211e6cd1a881f05c5270 (patch)
tree17b750c50dbba6b221909300d77e1104d3e0dbc7 /authfd.c
parent6854f820d62321f1a63f152e2d59e98bd8c01b69 (diff)
Remove redundant inclusion of config.h
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/authfd.c b/authfd.c
index d1db95b9..ac2c1960 100644
--- a/authfd.c
+++ b/authfd.c
@@ -13,9 +13,8 @@ Functions for connecting the local authentication agent.
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: authfd.c,v 1.2 1999/10/28 03:25:17 damien Exp $");
+RCSID("$Id: authfd.c,v 1.3 1999/11/12 23:51:58 damien Exp $");
#include "ssh.h"
#include "rsa.h"