summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 13:57:36 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 13:57:36 +0000
commit0afcc9f942e697e7c11d03a47a993dc34d9239ee (patch)
treed7c51257686ee594a68a695968135b5369cccddb
parent3c034ae01a7ed8997ff1c8c6c81ed7a099ee038d (diff)
- stevesk@cvs.openbsd.org 2001/02/04 06:30:12
[auth2.c authfd.c packet.c] remove duplicate #include's; ok markus@
-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 642174328..9de105d41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,9 @@
28 - markus@cvs.openbsd.org 2001/02/04 08:10:44 28 - markus@cvs.openbsd.org 2001/02/04 08:10:44
29 [ssh.1] 29 [ssh.1]
30 typo; dpo@club-internet.fr 30 typo; dpo@club-internet.fr
31 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
32 [auth2.c authfd.c packet.c]
33 remove duplicate #include's; ok markus@
31 34
3220010104 3520010104
33 - (bal) I think this is the last of the bsd-*.h that don't belong. 36 - (bal) I think this is the last of the bsd-*.h that don't belong.
diff --git a/auth2.c b/auth2.c
index ca2743a5e..9cfb3c1a1 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.36 2001/02/04 15:32:22 stevesk Exp $");
27 27
28#ifdef HAVE_OSF_SIA 28#ifdef HAVE_OSF_SIA
29# include <sia.h> 29# include <sia.h>
@@ -46,7 +46,6 @@ RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $");
46#include "auth.h" 46#include "auth.h"
47#include "session.h" 47#include "session.h"
48#include "dispatch.h" 48#include "dispatch.h"
49#include "auth.h"
50#include "key.h" 49#include "key.h"
51#include "cipher.h" 50#include "cipher.h"
52#include "kex.h" 51#include "kex.h"
diff --git a/authfd.c b/authfd.c
index d98f1184e..db877e43e 100644
--- a/authfd.c
+++ b/authfd.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $"); 38RCSID("$OpenBSD: authfd.c,v 1.35 2001/02/04 15:32:22 stevesk Exp $");
39 39
40#include <openssl/evp.h> 40#include <openssl/evp.h>
41 41
@@ -52,7 +52,6 @@ RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $");
52#include "compat.h" 52#include "compat.h"
53#include "log.h" 53#include "log.h"
54#include "atomicio.h" 54#include "atomicio.h"
55#include "authfd.h"
56 55
57/* helper */ 56/* helper */
58int decode_reply(int type); 57int decode_reply(int type);
diff --git a/packet.c b/packet.c
index 9ad87beb4..5a024fa9b 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.48 2001/02/04 15:32:24 stevesk Exp $");
41 41
42#include "xmalloc.h" 42#include "xmalloc.h"
43#include "buffer.h" 43#include "buffer.h"
@@ -57,7 +57,6 @@ RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $");
57#include <openssl/bn.h> 57#include <openssl/bn.h>
58#include <openssl/dh.h> 58#include <openssl/dh.h>
59#include <openssl/hmac.h> 59#include <openssl/hmac.h>
60#include "buffer.h"
61#include "cipher.h" 60#include "cipher.h"
62#include "kex.h" 61#include "kex.h"
63#include "hmac.h" 62#include "hmac.h"