summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-13 13:07:45 +1100
committerDamien Miller <djm@mindrot.org>1999-11-13 13:07:45 +1100
commitb77485d25dbde77672ccfee69547112d94142a92 (patch)
tree16dc464dac41f7d35e82d2208595b37057f5297b /authfile.c
parent4956d2cf64748f281fb5211e6cd1a881f05c5270 (diff)
Remove redundant inclusion of config.h
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c
index edd1cd9a2..0e77edf99 100644
--- a/authfile.c
+++ b/authfile.c
@@ -14,9 +14,8 @@ for reading the passphrase from the user.
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: authfile.c,v 1.2 1999/10/28 03:25:17 damien Exp $");
+RCSID("$Id: authfile.c,v 1.3 1999/11/13 02:07:45 damien Exp $");
#ifdef HAVE_OPENSSL
#include <openssl/bn.h>