aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-02-06 09:09:06 +0000
committerGuy Harris <guy@alum.mit.edu>2006-02-06 09:09:06 +0000
commitad3cb359b6a87ec58008551b25427734c5c64f93 (patch)
treed106fd919a112b7e947e2de4205b1c3907aa8c86 /epan/dissectors/packet-ssl-utils.h
parent86309dc6b83a4598e7cc4bab16713546d8837646 (diff)
From Paolo Abeni:
Set up to build on Windows if we have GNU TLS. Define "ssl_data_set()" regardless of whether we have GNU TLS or not, as it's used in either case. Get rid of an extra #include of epan/gnuc_format_check.h. svn path=/trunk/; revision=17177
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 74ec8595a0..9b6cb3c9ee 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -36,7 +36,6 @@
#include <gcrypt.h>
#include <gnutls/x509.h>
#include <gnutls/openssl.h>
-#include <epan/gnuc_format_check.h>
/* #define SSL_FAST 1 */
#define SSL_DECRYPT_DEBUG