Rename md5.[ch] to crypt-md5.[ch] to conform with our naming conventions.

svn path=/trunk/; revision=6793
This commit is contained in:
Gerald Combs 2002-12-17 16:06:54 +00:00
parent 1027314b99
commit b287a6d3d9
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.528 2002/12/17 04:05:20 gerald Exp $
# $Id: Makefile.am,v 1.529 2002/12/17 16:06:54 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -627,6 +627,8 @@ ETHEREAL_COMMON_SRC = \
conditions.h \
crypt-md4.c \
crypt-md4.h \
crypt-md5.c \
crypt-md5.h \
crypt-rc4.c \
crypt-rc4.h \
etypes.h \
@ -640,8 +642,6 @@ ETHEREAL_COMMON_SRC = \
ipproto.c \
ipproto.h \
llcsaps.h \
md5.c \
md5.h \
nlpid.h \
oui.h \
pcap-util.c \

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.262 2002/12/17 04:05:21 gerald Exp $
# $Id: Makefile.nmake,v 1.263 2002/12/17 16:06:54 gerald Exp $
include config.nmake
include <win32.mak>
@ -352,12 +352,12 @@ ETHEREAL_COMMON_OBJECTS = \
column.obj \
conditions.obj \
crypt-md4.obj \
cyrpt-md5.obj \
crypt-rc4.obj \
follow.obj \
getopt.obj \
in_cksum.obj \
ipproto.obj \
md5.obj \
pcap-util.obj \
prefs.obj \
print.obj \

View File

@ -21,7 +21,7 @@
ghost@aladdin.com
*/
/* $Id: md5.c,v 1.1 2002/12/17 04:05:21 gerald Exp $ */
/* $Id: crypt-md5.c,v 1.1 2002/12/17 16:06:53 gerald Exp $ */
/*
Independent implementation of MD5 (RFC 1321).

View File

@ -21,7 +21,7 @@
ghost@aladdin.com
*/
/* $Id: md5.h,v 1.1 2002/12/17 04:05:21 gerald Exp $ */
/* $Id: crypt-md5.h,v 1.1 2002/12/17 16:06:54 gerald Exp $ */
/*
Independent implementation of MD5 (RFC 1321).