aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-23 00:06:16 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-23 00:06:16 +0000
commitb90006ac6f2722495057802a1891cf2a44b8f319 (patch)
treeae8db743466f3c5a3c8b4963c79b592b74cf43a8 /config.nmake
parent3700141ae252bca63a9476a9c08567f83f00d2ae (diff)
Update to GNUTLS 1.6.0.
svn path=/trunk/; revision=20204
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 2aab9c1ce4..88385a0564 100644
--- a/config.nmake
+++ b/config.nmake
@@ -160,7 +160,7 @@ PCRE_DIR=$(WIRESHARK_LIBS)\pcre-6.4
# If you don't have GNUTLS, comment this line out, so that GNUTLS_DIR
# isn't defined.
#
-GNUTLS_DIR=$(WIRESHARK_LIBS)\gnutls-1.5.1-1
+GNUTLS_DIR=$(WIRESHARK_LIBS)\gnutls-1.6.0-1
#
# Optional: the KFW library enables kerberos/sasl/dcerpc decryption.
@@ -597,7 +597,7 @@ GNUTLS_LIBS=\
$(GNUTLS_DIR)\bin\libtasn1-3.lib \
$(GNUTLS_DIR)\bin\libgpg-error-0.lib \
$(GNUTLS_DIR)\bin\libgcrypt-11.lib \
- $(GNUTLS_DIR)\bin\libgnutls-14.lib
+ $(GNUTLS_DIR)\bin\libgnutls-13.lib
# Nmake uses carets to escape special characters
GNUTLS_CONFIG=^#define HAVE_LIBGNUTLS 1
LIBGCRYPT_CONFIG=^#define HAVE_LIBGCRYPT 1