summaryrefslogtreecommitdiffstats
path: root/install-win32/build-pkcs11-helper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-win32/build-pkcs11-helper.sh')
-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}"