aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-12-17 04:05:25 +0000
committerGerald Combs <gerald@wireshark.org>2002-12-17 04:05:25 +0000
commit9c0d1cbfb7a9fab8d000d7055ac4ff265ef9a540 (patch)
tree4f6445b0072f01edafed1c1f193f27c6d18e657f /Makefile.nmake
parent15c6306a3cbcac683b4e61c99d7508d4c71c15e4 (diff)
From James Harris: Decrypt RADIUS user passwords.
The MD5 is copyrighted by L. Peter Deutsch, and released under the same license as zlib. It is GPL-compatible, and should NOT have the GPL applied to it. svn path=/trunk/; revision=6790
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 045c63cde6..d3aaa3f037 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -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.261 2002/12/08 03:59:03 gerald Exp $
+# $Id: Makefile.nmake,v 1.262 2002/12/17 04:05:21 gerald Exp $
include config.nmake
include <win32.mak>
@@ -357,6 +357,7 @@ ETHEREAL_COMMON_OBJECTS = \
getopt.obj \
in_cksum.obj \
ipproto.obj \
+ md5.obj \
pcap-util.obj \
prefs.obj \
print.obj \