]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove redundant inclusion of config.h
authorDamien Miller <djm@mindrot.org>
Fri, 12 Nov 1999 23:51:58 +0000 (10:51 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 12 Nov 1999 23:51:58 +0000 (10:51 +1100)
auth-rsa.c
authfd.c
bufaux.c
cipher.c
mpaux.c
sshconnect.c

index 6968df58c6a57fbaae6be5e080ec90061dc70873..cc76bf07e900a0c9e6f245be12cc069d58048782 100644 (file)
@@ -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"
index d1db95b97117a1596e6d2202d64e9539a3a44898..ac2c196016a9b3ff0953dab90ca1ae79354dffa0 100644 (file)
--- 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"
index 31e1ae9ee457b6e1efcb8935b9bd7b8045c3ef53..1e27e7350a3932bbcd20aec729450a73ee2ff5f0 100644 (file)
--- 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"
 
index 074913512224c82fa2d63412b5b7acfedc561b16..32b5ecb637b3ce7d14485f5bf5e2aaf84ceaa43e 100644 (file)
--- 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 0622f5b479a6ac249c01c0cfb67abf5cced7b62e..311b1ed9df1dd686e6a4f3c3e41970a3a18908a9 100644 (file)
--- 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>
index 80e4aff4a34c66bca35c3ee9f597b3c8116cf068..033184595dcc5ec233d9f7893edbfad140b0717c 100644 (file)
@@ -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>