aboutsummaryrefslogtreecommitdiffstats
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
parentb8c787a7abb6deba7f2638bc9772d5ab3634663b (diff)
Replace #include "md5.h" with "crypt-md5.h".
svn path=/trunk/; revision=6795
-rw-r--r--crypt-md5.c4
-rw-r--r--packet-radius.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/crypt-md5.c b/crypt-md5.c
index eace97703a..720ed9494a 100644
--- a/crypt-md5.c
+++ b/crypt-md5.c
@@ -21,7 +21,7 @@
ghost@aladdin.com
*/
-/* $Id: crypt-md5.c,v 1.1 2002/12/17 16:06:53 gerald Exp $ */
+/* $Id: crypt-md5.c,v 1.2 2002/12/17 22:14:54 oabad Exp $ */
/*
Independent implementation of MD5 (RFC 1321).
@@ -51,7 +51,7 @@
1999-05-03 lpd Original version.
*/
-#include "md5.h"
+#include "crypt-md5.h"
#include <string.h>
#undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */
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;