aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-03 00:37:27 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-03 00:37:27 +0000
commitdd8f630768f5c83c677542759ff26712c43bff39 (patch)
treed58e4d1eb2eb54e8df018650a826497314ac953d /Makefile.nmake
parent59932f27227c4769be94fb46936d123d1770c1a2 (diff)
From Devin Heitmueller:
add MD4 and RC4 crypto support; use it to decrypt the NT password encryption block in UnicodeChangePassword2. svn path=/trunk/; revision=6727
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 7fd0a10798..68e738a897 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.258 2002/11/15 22:45:52 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.259 2002/12/03 00:37:27 guy Exp $
include config.nmake
include <win32.mak>
@@ -344,6 +344,8 @@ ETHEREAL_COMMON_OBJECTS = \
cfile.obj \
column.obj \
conditions.obj \
+ crypt-md4.obj \
+ crypt-rc4.obj \
follow.obj \
getopt.obj \
in_cksum.obj \