From 5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 16 Apr 2000 12:31:48 +1000 Subject: - 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 --- packet.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'packet.h') diff --git a/packet.h b/packet.h index 93495bbf..b5fc196e 100644 --- a/packet.h +++ b/packet.h @@ -13,17 +13,12 @@ * */ -/* RCSID("$Id: packet.h,v 1.14 2000/04/16 01:18:44 damien Exp $"); */ +/* RCSID("$Id: packet.h,v 1.15 2000/04/16 02:31:51 damien Exp $"); */ #ifndef PACKET_H #define PACKET_H -#ifdef HAVE_OPENSSL #include -#endif -#ifdef HAVE_SSL -#include -#endif /* * Sets the socket used for communication. Disables encryption until -- cgit v1.2.3