summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
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"