aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-27 23:29:22 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-27 23:29:22 +0000
commitd3f5261971af423b220eda7f852e7511b0b571da (patch)
tree720ddc4100ebba632114bb6d592fafc1a5ee29ee /epan/dissectors/packet-tacacs.c
parentbbe7f89742d53c8ca19ab93793380aa847de9ca4 (diff)
Move the DES, MD4, MD5, and RC4 source files and headers into epan, and
make the source files all include the corresponding header files (so that the declarations in the headers have to match the definitions in the source files in order for compilation to succeed). svn path=/trunk/; revision=12116
Diffstat (limited to 'epan/dissectors/packet-tacacs.c')
-rw-r--r--epan/dissectors/packet-tacacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tacacs.c b/epan/dissectors/packet-tacacs.c
index 6a3bcac406..870470d378 100644
--- a/epan/dissectors/packet-tacacs.c
+++ b/epan/dissectors/packet-tacacs.c
@@ -44,7 +44,7 @@
#include <epan/packet.h>
#include <epan/prefs.h>
-#include "crypt-md5.h"
+#include <epan/crypt-md5.h>
#include "packet-tacacs.h"
static void md5_xor( guint8 *data, char *key, int data_len, guint8 *session_id, guint8 version, guint8 seq_no );