summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
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 6822203c8..0a4df7993 100644
--- a/packet.h
+++ b/packet.h
@@ -13,12 +13,13 @@ Interface for the packet protocol functions.
13 13
14*/ 14*/
15 15
16/* RCSID("$Id: packet.h,v 1.2 1999/10/28 03:25:17 damien Exp $"); */ 16/* RCSID("$Id: packet.h,v 1.3 1999/11/15 04:40:55 damien Exp $"); */
17 17
18#include "config.h"
19#ifndef PACKET_H 18#ifndef PACKET_H
20#define PACKET_H 19#define PACKET_H
21 20
21#include "config.h"
22
22#ifdef HAVE_OPENSSL 23#ifdef HAVE_OPENSSL
23#include <openssl/bn.h> 24#include <openssl/bn.h>
24#endif 25#endif