diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-02-05 13:57:36 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-02-05 13:57:36 +0000 |
commit | 0afcc9f942e697e7c11d03a47a993dc34d9239ee (patch) | |
tree | d7c51257686ee594a68a695968135b5369cccddb | |
parent | 3c034ae01a7ed8997ff1c8c6c81ed7a099ee038d (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-- | ChangeLog | 3 | ||||
-rw-r--r-- | auth2.c | 3 | ||||
-rw-r--r-- | authfd.c | 3 | ||||
-rw-r--r-- | packet.c | 3 |
4 files changed, 6 insertions, 6 deletions
@@ -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 | ||
32 | 20010104 | 35 | 20010104 |
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. |
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $"); | 26 | RCSID("$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" |
@@ -35,7 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $"); | 38 | RCSID("$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 */ |
58 | int decode_reply(int type); | 57 | int decode_reply(int type); |
@@ -37,7 +37,7 @@ | |||
37 | */ | 37 | */ |
38 | 38 | ||
39 | #include "includes.h" | 39 | #include "includes.h" |
40 | RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $"); | 40 | RCSID("$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" |