NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!
| Reported by: | tomokof@… | Owned by: | opensc-devel@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | opensc | Version: | 0.6 |
| Severity: | major | Keywords: | |
| Cc: |
Hi.
I tried the OpenSSL engines in Smart Card Bundle 0.5 and 0.6, but both of them crashed. I rebuilt engine_pkcs11.dll and libp11.dll myself and did some debugging, and it turned out that the problem is that libp11 is compiled without /DWIN32. I guess either the flag should be added to Makefile.mak or cryptoki.h should use the correct macro _WIN32 everywhere?
I'm using VS2005.
part of Makefile.mal in libp11/src trunk