summaryrefslogtreecommitdiff
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
parent6854f820d62321f1a63f152e2d59e98bd8c01b69 (diff)
Remove redundant inclusion of config.h
-rw-r--r--auth-rsa.c3
-rw-r--r--authfd.c3
-rw-r--r--bufaux.c3
-rw-r--r--cipher.c3
-rw-r--r--mpaux.c3
-rw-r--r--sshconnect.c3
6 files changed, 6 insertions, 12 deletions
diff --git a/auth-rsa.c b/auth-rsa.c
index 6968df58c..cc76bf07e 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -15,9 +15,8 @@ validity of the host key.
15 15
16*/ 16*/
17 17
18#include "config.h"
19#include "includes.h" 18#include "includes.h"
20RCSID("$Id: auth-rsa.c,v 1.5 1999/11/12 04:19:27 damien Exp $"); 19RCSID("$Id: auth-rsa.c,v 1.6 1999/11/12 23:51:58 damien Exp $");
21 20
22#include "rsa.h" 21#include "rsa.h"
23#include "packet.h" 22#include "packet.h"
diff --git a/authfd.c b/authfd.c
index d1db95b97..ac2c19601 100644
--- a/authfd.c
+++ b/authfd.c
@@ -13,9 +13,8 @@ Functions for connecting the local authentication agent.
13 13
14*/ 14*/
15 15
16#include "config.h"
17#include "includes.h" 16#include "includes.h"
18RCSID("$Id: authfd.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); 17RCSID("$Id: authfd.c,v 1.3 1999/11/12 23:51:58 damien Exp $");
19 18
20#include "ssh.h" 19#include "ssh.h"
21#include "rsa.h" 20#include "rsa.h"
diff --git a/bufaux.c b/bufaux.c
index 31e1ae9ee..1e27e7350 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -14,9 +14,8 @@ Buffers.
14 14
15*/ 15*/
16 16
17#include "config.h"
18#include "includes.h" 17#include "includes.h"
19RCSID("$Id: bufaux.c,v 1.3 1999/11/08 05:15:55 damien Exp $"); 18RCSID("$Id: bufaux.c,v 1.4 1999/11/12 23:51:58 damien Exp $");
20 19
21#include "ssh.h" 20#include "ssh.h"
22 21
diff --git a/cipher.c b/cipher.c
index 074913512..32b5ecb63 100644
--- a/cipher.c
+++ b/cipher.c
@@ -11,9 +11,8 @@ Created: Wed Apr 19 17:41:39 1995 ylo
11 11
12*/ 12*/
13 13
14#include "config.h"
15#include "includes.h" 14#include "includes.h"
16RCSID("$Id: cipher.c,v 1.4 1999/11/08 05:15:55 damien Exp $"); 15RCSID("$Id: cipher.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
17 16
18#include "ssh.h" 17#include "ssh.h"
19#include "cipher.h" 18#include "cipher.h"
diff --git a/mpaux.c b/mpaux.c
index 0622f5b47..311b1ed9d 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -14,9 +14,8 @@ precision integers.
14 14
15*/ 15*/
16 16
17#include "config.h"
18#include "includes.h" 17#include "includes.h"
19RCSID("$Id: mpaux.c,v 1.4 1999/11/12 04:19:27 damien Exp $"); 18RCSID("$Id: mpaux.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
20 19
21#ifdef HAVE_OPENSSL 20#ifdef HAVE_OPENSSL
22#include <openssl/bn.h> 21#include <openssl/bn.h>
diff --git a/sshconnect.c b/sshconnect.c
index 80e4aff4a..033184595 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -14,9 +14,8 @@ login (authentication) dialog.
14 14
15*/ 15*/
16 16
17#include "config.h"
18#include "includes.h" 17#include "includes.h"
19RCSID("$Id: sshconnect.c,v 1.6 1999/11/12 04:19:27 damien Exp $"); 18RCSID("$Id: sshconnect.c,v 1.7 1999/11/12 23:51:58 damien Exp $");
20 19
21#ifdef HAVE_OPENSSL 20#ifdef HAVE_OPENSSL
22#include <openssl/bn.h> 21#include <openssl/bn.h>