aboutsummaryrefslogtreecommitdiff
path: root/install-win32/settings.in
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-13 13:36:23 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-13 13:36:23 +0000
commita7eef14a3eded1a4af503742ff3e7cb5bfaab0ce (patch)
tree7b05736b453aafc74fef81ebf0d9e9dcb2c35b38 /install-win32/settings.in
parentAdded errors-to-stderr option. When enabled, fatal errors (diff)
downloadopenvpn-a7eef14a3eded1a4af503742ff3e7cb5bfaab0ce.tar.xz
Updated Windows build scripts to package openssl-0.9.8k,
and to use the Server 2008 WDK (6001.18002). In cryptoapi.c, renamed CryptAcquireCertificatePrivateKey to OpenVPNCryptAcquireCertificatePrivateKey to work around a symbol conflict in MinGW-5.1.4.exe. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4318 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/settings.in')
-rw-r--r--install-win32/settings.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in
index e9159af..742fd31 100644
--- a/install-win32/settings.in
+++ b/install-win32/settings.in
@@ -22,7 +22,7 @@
;!define OPENVPN_XGUI_DIR "../ovpnxml"
# Prebuilt libraries. DMALLOC is optional.
-!define OPENSSL_DIR "../openssl-0.9.8i"
+!define OPENSSL_DIR "../openssl-0.9.8k"
!define LZO_DIR "../lzo-2.02"
!define PKCS11_HELPER_DIR "../pkcs11-helper"
;!define DMALLOC_DIR "../dmalloc-5.4.2"
@@ -35,15 +35,15 @@
# tapinstall.exe source code.
# Not needed if DRVBINSRC is defined
# (or if using pre-built mode).
-!define TISRC "../tapinstall"
+;!define TISRC "../tapinstall"
# TAP Adapter parameters. Note that PRODUCT_TAP_ID is
# defined in version.m4.
!define PRODUCT_TAP_DEVICE_DESCRIPTION "TAP-Win32 Adapter V9"
!define PRODUCT_TAP_PROVIDER "TAP-Win32 Provider V9"
!define PRODUCT_TAP_MAJOR_VER 9
-!define PRODUCT_TAP_MINOR_VER 4
-!define PRODUCT_TAP_RELDATE "01/22/2008"
+!define PRODUCT_TAP_MINOR_VER 5
+!define PRODUCT_TAP_RELDATE "05/13/2009"
# TAP adapter icon -- visible=0x81 or hidden=0x89
!define PRODUCT_TAP_CHARACTERISTICS 0x81
@@ -53,8 +53,8 @@
# DDK Version.
# DDK distribution is assumed to be in C:\WINDDK\${DDKVER}
-!define DDKVER 6001.17121
-!define DDKVER_MAJOR 6001
+;!define DDKVER 6001.18002
+;!define DDKVER_MAJOR 6001
# Code Signing.
# If undefined, don't sign any files.