]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2001/02/04 06:30:12
authorstevesk <stevesk>
Mon, 5 Feb 2001 13:57:36 +0000 (13:57 +0000)
committerstevesk <stevesk>
Mon, 5 Feb 2001 13:57:36 +0000 (13:57 +0000)
     [auth2.c authfd.c packet.c]
     remove duplicate #include's; ok markus@

ChangeLog
auth2.c
authfd.c
packet.c

index 6421743288d67ec6b076037a6498b14a64318a8a..9de105d411189c9a1fc981c62ea042b0af6e8e73 100644 (file)
--- 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 ca2743a5e207fb829f66dd6b74a2e301e99e0173..9cfb3c1a1bce9acaada8438161021138407b808e 100644 (file)
--- 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"
index d98f1184e3da33448ae0930e838a85d4138c5d2f..db877e43e7fc09900884ad0cbc282459dd8528d9 100644 (file)
--- 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);
index 9ad87beb4129ee2ec3487079fe37ad5dbd2cb8bb..5a024fa9b90e96f006bee13bcebb36fbddf346cb 100644 (file)
--- 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"
This page took 0.514358 seconds and 5 git commands to generate.