aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-10-15 15:36:12 +0000
committerGerald Combs <gerald@wireshark.org>2004-10-15 15:36:12 +0000
commitfee16ab37752a5516a4e7b27772dff47524f27c7 (patch)
tree4ced36de9d55e19a04c9d5ce3fb41d01a0fb6b77 /Makefile.nmake
parent8142f2c99365f497739096284f1bca46a70e7c50 (diff)
Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.
Whitespace cleanup. svn path=/trunk/; revision=12304
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index d7286a0ca6..eeba19e970 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -206,6 +206,7 @@ config.h : config.h.win32 config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
-e "s/@HAVE_GNU_ADNS@/$(ADNS_CONFIG)/" \
-e "s/@HAVE_PCRE@/$(PCRE_CONFIG)/" \
+ -e "s/@HAVE_NETTLE@/$(NETTLE_CONFIG)/" \
-e "s/@HAVE_LIBZ@/$(ZLIB_CONFIG)/" \
-e "s/@HAVE_LIBPCAP@/$(WINPCAP_CONFIG)/" \
-e "s/@HAVE_PCAP_FINDALLDEVS@/$(PCAP_FINDALLDEVS_CONFIG)/" \