summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
committerDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
commit5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 (patch)
tree443665fb58916f33c2f346aa3284a444d3352311 /packet.h
parenta664e870f27e6dc2c73f393e95a229abc527e0e6 (diff)
- Reduce diff against OpenBSD source
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet.h b/packet.h
index 93495bbfc..b5fc196ef 100644
--- a/packet.h
+++ b/packet.h
@@ -13,17 +13,12 @@
13 * 13 *
14 */ 14 */
15 15
16/* RCSID("$Id: packet.h,v 1.14 2000/04/16 01:18:44 damien Exp $"); */ 16/* RCSID("$Id: packet.h,v 1.15 2000/04/16 02:31:51 damien Exp $"); */
17 17
18#ifndef PACKET_H 18#ifndef PACKET_H
19#define PACKET_H 19#define PACKET_H
20 20
21#ifdef HAVE_OPENSSL
22#include <openssl/bn.h> 21#include <openssl/bn.h>
23#endif
24#ifdef HAVE_SSL
25#include <ssl/bn.h>
26#endif
27 22
28/* 23/*
29 * Sets the socket used for communication. Disables encryption until 24 * Sets the socket used for communication. Disables encryption until