diff options
Diffstat (limited to 'net/wireshark/patches/patch-ad')
-rw-r--r-- | net/wireshark/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/wireshark/patches/patch-ad b/net/wireshark/patches/patch-ad new file mode 100644 index 00000000000..b28edcfdafe --- /dev/null +++ b/net/wireshark/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.3 2009/06/05 16:05:55 drochner Exp $ + +--- epan/dissectors/packet-ssl-utils.h.orig 2009-06-05 16:47:40.000000000 +0200 ++++ epan/dissectors/packet-ssl-utils.h +@@ -38,7 +38,6 @@ + #include <gcrypt.h> + #include <gnutls/x509.h> + #include <gnutls/pkcs12.h> +-#include <gnutls/openssl.h> + + #include <epan/conversation.h> + |