aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorrichardv <richardv@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-10 17:57:47 +0000
committerrichardv <richardv@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-10 17:57:47 +0000
commit06c98b20f470de81c3dbb3f4450bbb4b0fdba83c (patch)
treec7b981d80c80466ba676e65e9cd581cb29d54cb5 /epan/dissectors/packet-ssl-utils.h
parentb61e5a1c95a9a45df82d0be133814b2d7d425901 (diff)
remove dependency on zlib.h
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21370 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 9f6cb3037f..48137c06ff 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -29,10 +29,6 @@
#include <epan/gnuc_format_check.h>
#include <epan/value_string.h>
-#ifdef HAVE_LIBZ
-#include <zlib.h>
-#endif
-
#ifdef HAVE_LIBGNUTLS
#ifdef _WIN32
#include <winposixtype.h>
@@ -591,12 +587,7 @@ typedef struct _SslFlow {
emem_tree_t *multisegment_pdus;
} SslFlow;
-typedef struct _SslDecompress {
- gint compression;
-#ifdef HAVE_LIBZ
- z_stream istream;
-#endif
-} SslDecompress;
+typedef struct _SslDecompress SslDecompress;
typedef struct _SslDecoder {
SslCipherSuite* cipher_suite;