summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-28 13:25:17 +1000
committerDamien Miller <djm@mindrot.org>1999-10-28 13:25:17 +1000
commit7f6ea0264d01aa40b20df8dc75141631479da054 (patch)
treea30aa324db2b41c64e1216ce73b7b7468e5ff706 /packet.h
parent3d112efc672b877c74893229d3fd30f99489b9ff (diff)
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
- Build fixes - Autoconf - Change binary names to open* - Fixed autoconf script to detect PAM on RH6.1 - Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet)
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index fb84e6c11..6822203c8 100644
--- a/packet.h
+++ b/packet.h
@@ -13,12 +13,18 @@ Interface for the packet protocol functions.
13 13
14*/ 14*/
15 15
16/* RCSID("$Id: packet.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */ 16/* RCSID("$Id: packet.h,v 1.2 1999/10/28 03:25:17 damien Exp $"); */
17 17
18#include "config.h"
18#ifndef PACKET_H 19#ifndef PACKET_H
19#define PACKET_H 20#define PACKET_H
20 21
22#ifdef HAVE_OPENSSL
21#include <openssl/bn.h> 23#include <openssl/bn.h>
24#endif
25#ifdef HAVE_SSL
26#include <ssl/bn.h>
27#endif
22 28
23/* Sets the socket used for communication. Disables encryption until 29/* Sets the socket used for communication. Disables encryption until
24 packet_set_encryption_key is called. It is permissible that fd_in 30 packet_set_encryption_key is called. It is permissible that fd_in