NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!

Ticket #19 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

libp11 is broken on Windows?

Reported by: tomokof@… Owned by: opensc-devel@…
Priority: high Milestone:
Component: opensc Version: 0.6
Severity: major Keywords:
Cc:

Description

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.

Change History

comment:1 Changed 5 years ago by aj

  • Status changed from new to closed
  • Resolution set to fixed

part of Makefile.mal in libp11/src trunk

Note: See TracTickets for help on using tickets.