aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
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 /packaging
parent3700141ae252bca63a9476a9c08567f83f00d2ae (diff)
Update to GNUTLS 1.6.0.
svn path=/trunk/; revision=20204
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 88b2fa12fd..47bb45dbb6 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -323,9 +323,9 @@ File "${KFW_DIR}\bin\krb5_32.dll"
!endif
!ifdef GNUTLS_DIR
File "${GNUTLS_DIR}\bin\libgcrypt-11.dll"
-File "${GNUTLS_DIR}\bin\libgnutls-14.dll"
-File "${GNUTLS_DIR}\bin\libgnutls-extra-14.dll"
-File "${GNUTLS_DIR}\bin\libgnutls-openssl-14.dll"
+File "${GNUTLS_DIR}\bin\libgnutls-13.dll"
+File "${GNUTLS_DIR}\bin\libgnutls-extra-13.dll"
+File "${GNUTLS_DIR}\bin\libgnutls-openssl-13.dll"
File "${GNUTLS_DIR}\bin\libgpg-error-0.dll"
File "${GNUTLS_DIR}\bin\libtasn1-3.dll"
!endif