summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--auth2.c3
-rw-r--r--authfd.c3
-rw-r--r--packet.c3
4 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 64217432..9de105d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,9 @@
- markus@cvs.openbsd.org 2001/02/04 08:10:44
[ssh.1]
typo; dpo@club-internet.fr
+ - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
+ [auth2.c authfd.c packet.c]
+ remove duplicate #include's; ok markus@
20010104
- (bal) I think this is the last of the bsd-*.h that don't belong.
diff --git a/auth2.c b/auth2.c
index ca2743a5..9cfb3c1a 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.36 2001/02/04 15:32:22 stevesk Exp $");
#ifdef HAVE_OSF_SIA
# include <sia.h>
@@ -46,7 +46,6 @@ RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $");
#include "auth.h"
#include "session.h"
#include "dispatch.h"
-#include "auth.h"
#include "key.h"
#include "cipher.h"
#include "kex.h"
diff --git a/authfd.c b/authfd.c
index d98f1184..db877e43 100644
--- a/authfd.c
+++ b/authfd.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $");
+RCSID("$OpenBSD: authfd.c,v 1.35 2001/02/04 15:32:22 stevesk Exp $");
#include <openssl/evp.h>
@@ -52,7 +52,6 @@ RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $");
#include "compat.h"
#include "log.h"
#include "atomicio.h"
-#include "authfd.h"
/* helper */
int decode_reply(int type);
diff --git a/packet.c b/packet.c
index 9ad87beb..5a024fa9 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $");
+RCSID("$OpenBSD: packet.c,v 1.48 2001/02/04 15:32:24 stevesk Exp $");
#include "xmalloc.h"
#include "buffer.h"
@@ -57,7 +57,6 @@ RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $");
#include <openssl/bn.h>
#include <openssl/dh.h>
#include <openssl/hmac.h>
-#include "buffer.h"
#include "cipher.h"
#include "kex.h"
#include "hmac.h"