aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-01-15 12:29:44 +0000
committerJörg Mayer <jmayer@loplof.de>2012-01-15 12:29:44 +0000
commit2097912587c5b6857e0e1222492b5e7d8fac482a (patch)
tree14d049f0b52bee69ee012acac6194b365ccc88d7 /epan/dissectors/packet-ntlmssp.c
parente05b847713626298e9f95b6036056d839bb31e45 (diff)
Rename crypt-xxx to xxx
svn path=/trunk/; revision=40511
Diffstat (limited to 'epan/dissectors/packet-ntlmssp.c')
-rw-r--r--epan/dissectors/packet-ntlmssp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ntlmssp.c b/epan/dissectors/packet-ntlmssp.c
index ec1c4052ce..e90b242f77 100644
--- a/epan/dissectors/packet-ntlmssp.c
+++ b/epan/dissectors/packet-ntlmssp.c
@@ -47,10 +47,10 @@
#include <epan/emem.h>
#include <epan/tap.h>
#include <epan/expert.h>
-#include <epan/crypt/crypt-rc4.h>
-#include <epan/crypt/crypt-md4.h>
-#include <epan/crypt/crypt-md5.h>
-#include <epan/crypt/crypt-des.h>
+#include <epan/crypt/rc4.h>
+#include <epan/crypt/md4.h>
+#include <epan/crypt/md5.h>
+#include <epan/crypt/des.h>
#include "packet-dcerpc.h"
#include "packet-gssapi.h"
#include <wsutil/crc32.h>