aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-18 18:54:31 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-06-18 18:03:43 +0000
commitcc37b50334dc9aeb6f0c61301db40d95d4e11afd (patch)
tree4e364d8c921c8dfe68654fdadd3216867060a603 /asn1
parentc6324a0b1ea6478a5f2c24b41cb26d0b02014536 (diff)
Get rid of obsolete references to nettle
Bug: 2089 Change-Id: Ie3337a1b750d8d95f6291c77dfd19cd1b0c57e83 Reviewed-on: https://code.wireshark.org/review/2388 Tested-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/kerberos/packet-kerberos-template.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/asn1/kerberos/packet-kerberos-template.c b/asn1/kerberos/packet-kerberos-template.c
index fcab02a975..8c62b47d79 100644
--- a/asn1/kerberos/packet-kerberos-template.c
+++ b/asn1/kerberos/packet-kerberos-template.c
@@ -58,19 +58,6 @@
#include <string.h>
#include <glib.h>
-#ifdef HAVE_LIBNETTLE
-#define HAVE_KERBEROS
-#ifdef _WIN32
-#include <des.h>
-#include <cbc.h>
-#else
-#include <nettle/des.h>
-#include <nettle/cbc.h>
-#endif
-#include <wsutil/md5.h>
-#include <sys/stat.h> /* For keyfile manipulation */
-#endif
-
#include <wsutil/file_util.h>
#include <epan/packet.h>
#include <epan/exceptions.h>