From 4956d2cf64748f281fb5211e6cd1a881f05c5270 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 13 Nov 1999 10:51:58 +1100 Subject: [PATCH] Remove redundant inclusion of config.h --- auth-rsa.c | 3 +-- authfd.c | 3 +-- bufaux.c | 3 +-- cipher.c | 3 +-- mpaux.c | 3 +-- sshconnect.c | 3 +-- 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. */ -#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 d1db95b97..ac2c19601 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 31e1ae9ee..1e27e7350 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 074913512..32b5ecb63 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 0622f5b47..311b1ed9d 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 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. */ -#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