From b6b08b6b93886ee8f466aea37da83286447992cb Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 20 Jul 2012 16:34:07 +0900 Subject: [PATCH] scd: Add forgotten VENDOR_FSIJ to ccid-driver. * scd/ccid-driver.c (ccid_transceive_secure): Handle VENDOR_FSIJ. --- scd/ccid-driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c index 5281a2f8a..49dde611d 100644 --- a/scd/ccid-driver.c +++ b/scd/ccid-driver.c @@ -3129,6 +3129,7 @@ ccid_transceive_secure (ccid_driver_t handle, { case VENDOR_SCM: /* Tested with SPR 532. */ case VENDOR_KAAN: /* Tested with KAAN Advanced (1.02). */ + case VENDOR_FSIJ: /* Tested with Gnuk (0.21). */ break; case VENDOR_VASCO: /* Tested with DIGIPASS 920 */ pinlen_max = 15;