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.
14 14
15*/ 15*/
16 16
17#include "config.h"
18#include "includes.h" 17#include "includes.h"
19RCSID("$Id: authfile.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); 18RCSID("$Id: authfile.c,v 1.3 1999/11/13 02:07:45 damien Exp $");
20 19
21#ifdef HAVE_OPENSSL 20#ifdef HAVE_OPENSSL
22#include <openssl/bn.h> 21#include <openssl/bn.h>