aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2002-12-17 22:14:54 +0000
committerOlivier Abad <oabad@noos.fr>2002-12-17 22:14:54 +0000
commitf883bb7443403333a8caedb86fad16475246b4b1 (patch)
tree54702e3614300ebb3324aaf8fed22b272a85499c /packet-radius.c
parentb8c787a7abb6deba7f2638bc9772d5ab3634663b (diff)
Replace #include "md5.h" with "crypt-md5.h".
svn path=/trunk/; revision=6795
Diffstat (limited to 'packet-radius.c')
-rw-r--r--packet-radius.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-radius.c b/packet-radius.c
index 75293c6909..3c3beeab16 100644
--- a/packet-radius.c
+++ b/packet-radius.c
@@ -5,7 +5,7 @@
*
* RFC 2865, RFC 2866, RFC 2867, RFC 2868, RFC 2869
*
- * $Id: packet-radius.c,v 1.70 2002/12/17 04:05:21 gerald Exp $
+ * $Id: packet-radius.c,v 1.71 2002/12/17 22:14:54 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -42,7 +42,7 @@
#include "packet-q931.h"
#include "packet-gtp.h"
#include "prefs.h"
-#include "md5.h"
+#include "crypt-md5.h"
static int proto_radius = -1;
static int hf_radius_length = -1;