[pkg-opensc-commit] [pkcs11-helper] 210/253: Fix msvc build

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit e2f38da5c8c25d159fcab5eb1ee14e6e8500e75d
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Tue Oct 25 16:23:35 2011 +0000

    Fix msvc build
---
 config-w32-vc.h.in  | 2 +-
 lib/Makefile.w32-vc | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config-w32-vc.h.in b/config-w32-vc.h.in
index 4b5b814..6346f02 100644
--- a/config-w32-vc.h.in
+++ b/config-w32-vc.h.in
@@ -17,7 +17,7 @@
 /* #undef ENABLE_PKCS11H_ENGINE_OPENSSL */
 
 /* Use win32 crypto engine */
-#define ENABLE_PKCS11H_ENGINE_WIN32 1
+#define ENABLE_PKCS11H_ENGINE_CRYPTOAPI 1
 
 /* Enable openssl interface */
 /* #undef ENABLE_PKCS11H_OPENSSL */
diff --git a/lib/Makefile.w32-vc b/lib/Makefile.w32-vc
index 1f53e94..4e0498e 100644
--- a/lib/Makefile.w32-vc
+++ b/lib/Makefile.w32-vc
@@ -110,6 +110,7 @@ OBJS =  \
 	pkcs11h-core.obj \
 	pkcs11h-certificate.obj \
 	pkcs11h-crypto.obj \
+	_pkcs11h-crypto-cryptoapi.obj \
 	pkcs11h-data.obj \
 	pkcs11h-mem.obj \
 	pkcs11h-openssl.obj \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list