summaryrefslogtreecommitdiffstats
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 6968df58..cc76bf07 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -15,9 +15,8 @@ validity of the host key.
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: auth-rsa.c,v 1.5 1999/11/12 04:19:27 damien Exp $");
+RCSID("$Id: auth-rsa.c,v 1.6 1999/11/12 23:51:58 damien Exp $");
#include "rsa.h"
#include "packet.h"
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"
diff --git a/bufaux.c b/bufaux.c
index 31e1ae9e..1e27e735 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -14,9 +14,8 @@ Buffers.
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: bufaux.c,v 1.3 1999/11/08 05:15:55 damien Exp $");
+RCSID("$Id: bufaux.c,v 1.4 1999/11/12 23:51:58 damien Exp $");
#include "ssh.h"
diff --git a/cipher.c b/cipher.c
index 07491351..32b5ecb6 100644
--- a/cipher.c
+++ b/cipher.c
@@ -11,9 +11,8 @@ Created: Wed Apr 19 17:41:39 1995 ylo
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: cipher.c,v 1.4 1999/11/08 05:15:55 damien Exp $");
+RCSID("$Id: cipher.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
#include "ssh.h"
#include "cipher.h"
diff --git a/mpaux.c b/mpaux.c
index 0622f5b4..311b1ed9 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -14,9 +14,8 @@ precision integers.
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: mpaux.c,v 1.4 1999/11/12 04:19:27 damien Exp $");
+RCSID("$Id: mpaux.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
#ifdef HAVE_OPENSSL
#include <openssl/bn.h>
diff --git a/sshconnect.c b/sshconnect.c
index 80e4aff4..03318459 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -14,9 +14,8 @@ login (authentication) dialog.
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: sshconnect.c,v 1.6 1999/11/12 04:19:27 damien Exp $");
+RCSID("$Id: sshconnect.c,v 1.7 1999/11/12 23:51:58 damien Exp $");
#ifdef HAVE_OPENSSL
#include <openssl/bn.h>