On 03/08/06, Robert Konklewski <[EMAIL PROTECTED]> wrote:
Hello!
Hi,
A word of warning: this patch might cause problems in Linux since byte order of
IOCTLs is changed to little-endian (it is required in Windows) and it was not
altered in the original code (which probably worked well in Linu
Hello!
I'm totally new on this list. In fact, the only reason I signed up is to share
this quick & dirty hack for opensc 0.11.1 that enables usage of a PINpad in
Windows through PC/SC. At least on SCM SPR 532 PINpad reader and Setec cards it
is possible to verify or change a PIN (with sc_pin_cm
Douglas E. Engert wrote:
Here are changes to allow OpenSC to build under windows with the
new my_getopt and strlcpy changes.
win/Make.rules.mak
added /I$(TOPDIR)\src\common to get the my_getopts.h and strlcpy.h
netkey-tools,c, eidenv.c util.c
replaced #include with #include
rem
Here are changes to allow OpenSC to build under windows with the
new my_getopt and strlcpy changes.
win/Make.rules.mak
added /I$(TOPDIR)\src\common to get the my_getopts.h and strlcpy.h
netkey-tools,c, eidenv.c util.c
replaced #include with #include
removed the #ifdef for HAVE_G