aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-07 10:26:20 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-07 10:26:20 +0000
commite6b921cd816bf645c4d1a44a2eca168ec1d3df40 (patch)
tree7f32c1c588df22a5e2cf4519f49b504be95c4b80 /epan/dissectors/packet-ssl-utils.h
parentfb037b7cde4ba2759877ea302750f5e74fab7a17 (diff)
Paolo Abeni:
>There is still an issue into the HAVE_LIBGNUTLS macro definition. I'm >fixing it and cleaning a bit the windows side configuration. I hope to >post soon the fix. The attached patch should fix the issue. I missed to modify the config.win32 file and I misstyped a few macros name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17200 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 9b6cb3c9ee..393fd6cc4f 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -27,9 +27,8 @@
#include <epan/gnuc_format_check.h>
#ifdef HAVE_LIBGNUTLS
-
#ifdef _WIN32
-#include <gcrypt_conf.h>
+#include <winposixtype.h>
#endif
#include <stdio.h>