summaryrefslogtreecommitdiff
path: root/packet.c
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 /packet.c
parent3c034ae01a7ed8997ff1c8c6c81ed7a099ee038d (diff)
- stevesk@cvs.openbsd.org 2001/02/04 06:30:12
[auth2.c authfd.c packet.c] remove duplicate #include's; ok markus@
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c3
1 files changed, 1 insertions, 2 deletions
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"