summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-15 15:40:55 +1100
committerDamien Miller <djm@mindrot.org>1999-11-15 15:40:55 +1100
commit3bd49ec5c4b1e5d9fb08282796b4a3b487f8f196 (patch)
tree3051458be4aef412a47a151d36665778d6f19e47 /packet.h
parent2ccf661cbe0924a1549a74b5a4f970e90f94d6a9 (diff)
downloadopenssh-git-3bd49ec5c4b1e5d9fb08282796b4a3b487f8f196.tar.gz
- Various small cleanups to bring diff (against OpenBSD) size down.
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index 6822203c..0a4df799 100644
--- a/packet.h
+++ b/packet.h
@@ -13,12 +13,13 @@ Interface for the packet protocol functions.
*/
-/* RCSID("$Id: packet.h,v 1.2 1999/10/28 03:25:17 damien Exp $"); */
+/* RCSID("$Id: packet.h,v 1.3 1999/11/15 04:40:55 damien Exp $"); */
-#include "config.h"
#ifndef PACKET_H
#define PACKET_H
+#include "config.h"
+
#ifdef HAVE_OPENSSL
#include <openssl/bn.h>
#endif