diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-22 22:08:35 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-22 22:08:35 +0000 |
commit | f02576fa8b18132df009ea1f8d6aea07e06d5059 (patch) | |
tree | c25e560fdb660f7295899fdfbc26226091d2bf28 /install-win32/settings.in | |
parent | Changed ASSERT(0) to a more descriptive fatal error in tun.c (diff) | |
download | openvpn-f02576fa8b18132df009ea1f8d6aea07e06d5059.tar.xz |
Incremented version number to 2.1_rc4a.
Windows changes:
Incremented included OpenSSL version to openssl-0.9.7m.
Updated openssl.patch for openssl-0.9.7m and added some
brief usage comments to the head of the patch.
Added build-pkcs11-helper.sh for building the pkcs11-helper
library.
Integrated inclusion of pkcs11-helper into Windows build
system.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2649 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | install-win32/settings.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index 3ed8e55..b233686 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -18,9 +18,10 @@ !define OPENVPN_GUI "openvpn-gui-1.0.3.exe" # Prebuilt libraries. DMALLOC is optional. -!define OPENSSL_DIR "../openssl-0.9.7l" -!define LZO_DIR "../lzo-2.02" -!define DMALLOC_DIR "../dmalloc-5.4.2" +!define OPENSSL_DIR "../openssl-0.9.7m" +!define LZO_DIR "../lzo-2.02" +!define PKCS11_HELPER_DIR "../pkcs11-helper/usr/local" +!define DMALLOC_DIR "../dmalloc-5.4.2" # Write TAP driver and tapinstall.exe to this directory, # to use as prebuilt binaries for future builds. May |