aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-01 23:53:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-01 23:53:35 +0000
commitf7843da6926d6bf25d9fdbd5fc0e09f29b436833 (patch)
treeb67bebef593ef258392e06e7ced69221cf671d34 /epan/dissectors/packet-spnego.c
parent45589bf41de51ffdbdcd9b5b84d4b7b611e8925a (diff)
md5.h is in wsutil now.
svn path=/trunk/; revision=51102
Diffstat (limited to 'epan/dissectors/packet-spnego.c')
-rw-r--r--epan/dissectors/packet-spnego.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-spnego.c b/epan/dissectors/packet-spnego.c
index b727fd833d..ed8bc9bc2d 100644
--- a/epan/dissectors/packet-spnego.c
+++ b/epan/dissectors/packet-spnego.c
@@ -794,7 +794,7 @@ dissect_spnego_krb5(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
#ifdef HAVE_KERBEROS
-#include <epan/crypt/md5.h>
+#include <wsutil/md5.h>
#ifndef KEYTYPE_ARCFOUR_56
# define KEYTYPE_ARCFOUR_56 24