summaryrefslogtreecommitdiffstats
path: root/install-win32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-06-13 07:53:51 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-06-13 07:53:51 +0000
commitfc71b7c9623e0a642f6b976ad9bbdc9beb3d2573 (patch)
treef6252761875742b559465c5f5fb164fce3ebd772 /install-win32
parenteca86913db7af43c682fbcc793505fadcbc0e78f (diff)
downloadopenvpn-fc71b7c9623e0a642f6b976ad9bbdc9beb3d2573.tar.gz
openvpn-fc71b7c9623e0a642f6b976ad9bbdc9beb3d2573.tar.xz
openvpn-fc71b7c9623e0a642f6b976ad9bbdc9beb3d2573.zip
Version 2.1_rc8v2.1_rc8
On Windows, use -leay32 and -lssl32 to link with OpenSSL. On Windows, bundle pkcs11-helper-1.06-beta1. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2997 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32')
-rw-r--r--install-win32/build-pkcs11-helper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-win32/build-pkcs11-helper.sh b/install-win32/build-pkcs11-helper.sh
index ca139f5..fd336df 100644
--- a/install-win32/build-pkcs11-helper.sh
+++ b/install-win32/build-pkcs11-helper.sh
@@ -1,4 +1,4 @@
-F=pkcs11-helper-1.05
+F=pkcs11-helper-1.06-beta1
OPENSSL_DIR=`pwd`/openssl-0.9.8h
PKCS11_HELPER_DIR=`pwd`/pkcs11-helper
@@ -16,7 +16,7 @@ cd $F
--disable-crypto-engine-nss \
PKG_CONFIG=true \
OPENSSL_CFLAGS="-I${OPENSSL_DIR}/include" \
- OPENSSL_LIBS="-L${OPENSSL_DIR}/out -lcrypto"
+ OPENSSL_LIBS="-L${OPENSSL_DIR}/out -leay32"
make
make install DESTDIR="${PKCS11_HELPER_DIR}"