aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-27 23:29:22 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-27 23:29:22 +0000
commitc8726cfd204800283bd9fed92af40fe18489a017 (patch)
tree720ddc4100ebba632114bb6d592fafc1a5ee29ee /epan/dissectors/packet-tacacs.c
parent1f8aba07a5d3e9b5de2eec996ed7e52a8a2fb839 (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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12116 f5534014-38df-0310-8fa8-9805f1628bb7
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 );