aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-06 19:03:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-06 19:03:42 +0000
commite3224c052e65d6425b1fc330ade5046be487cc62 (patch)
tree0813882155eadf8ae9c55dc1fbb00ba4682b5d05 /epan/dissectors/packet-ssl-utils.h
parent26424033d3e7a740ac80566768947e65bdf945a8 (diff)
From Petr Sumbera (bug 3309):
Including openssl.h does not seem to be needed, so try removing it. svn path=/trunk/; revision=27623
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 bb93e4476c..67b48b2542 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -41,7 +41,6 @@
#include <gcrypt.h>
#include <gnutls/x509.h>
#include <gnutls/pkcs12.h>
-#include <gnutls/openssl.h>
#include <epan/conversation.h>