diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-06-11 21:38:07 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-06-11 21:38:07 +0000 |
commit | 4d90d73272e16e7038df7bc85f6f7fdf8a64b111 (patch) | |
tree | bd7cc595bae4b8fe858aa5391d9aa9207e2f4f61 /install-win32 | |
parent | Merged connection profiles from (diff) | |
download | openvpn-4d90d73272e16e7038df7bc85f6f7fdf8a64b111.tar.xz |
Updated version & changelog.
Updated build-pkcs11-helper.sh to build
from OpenSSL 0.9.8h.
Added pkcs11-related fixes to easy-rsa/2.0/vars.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2994 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32')
-rw-r--r-- | install-win32/build-pkcs11-helper.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install-win32/build-pkcs11-helper.sh b/install-win32/build-pkcs11-helper.sh index 4ec2dff..ca139f5 100644 --- a/install-win32/build-pkcs11-helper.sh +++ b/install-win32/build-pkcs11-helper.sh @@ -1,5 +1,5 @@ F=pkcs11-helper-1.05 -OPENSSL_DIR=`pwd`/openssl-0.9.7m +OPENSSL_DIR=`pwd`/openssl-0.9.8h PKCS11_HELPER_DIR=`pwd`/pkcs11-helper rm -rf $PKCS11_HELPER_DIR @@ -12,7 +12,6 @@ tar xfj $tbz cd $F ./configure \ MAN2HTML=true \ - ac_cv_type_size_t=no \ --disable-crypto-engine-gnutls \ --disable-crypto-engine-nss \ PKG_CONFIG=true \ @@ -21,3 +20,5 @@ cd $F make make install DESTDIR="${PKCS11_HELPER_DIR}" + +# ./configure doesn't need this any more: ac_cv_type_size_t=no |