Skip to content

Commit

Permalink
card-masktech: initial commit
Browse files Browse the repository at this point in the history
card-masktech.c: fix building issues on the integration platform

card-masktech.c: fix linux compilation errors

honour HAVE_CONFIG_H

card-masktech.c: take in account Frank's remark about extended APDU in masktech_decipher

remove trailing spaces
  • Loading branch information
vletoux authored and viktorTarasov committed May 5, 2015
1 parent 1586f24 commit 976db5c
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libopensc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ libopensc_la_SOURCES = \
card-itacns.c card-authentic.c \
card-iasecc.c iasecc-sdo.c iasecc-sm.c card-sc-hsm.c \
card-dnie.c cwa14890.c cwa-dnie.c user-interface.c \
card-isoApplet.c \
card-isoApplet.c card-masktech.c \
\
pkcs15-openpgp.c pkcs15-infocamere.c pkcs15-starcert.c \
pkcs15-tcos.c pkcs15-esteid.c pkcs15-postecert.c pkcs15-gemsafeGPK.c \
Expand Down
1 change: 1 addition & 0 deletions src/libopensc/Makefile.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ OBJECTS = \
card-itacns.obj card-authentic.obj \
card-iasecc.obj iasecc-sdo.obj iasecc-sm.obj cwa-dnie.obj cwa14890.obj \
card-sc-hsm.obj card-dnie.obj user-interface.obj card-isoApplet.obj \
card-masktech.obj \
\
pkcs15-openpgp.obj pkcs15-infocamere.obj pkcs15-starcert.obj \
pkcs15-tcos.obj pkcs15-esteid.obj pkcs15-postecert.obj pkcs15-gemsafeGPK.obj \
Expand Down
Loading

0 comments on commit 976db5c

Please sign in to comment.