1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01:00

scd: Add forgotten VENDOR_FSIJ to ccid-driver.

* scd/ccid-driver.c (ccid_transceive_secure): Handle VENDOR_FSIJ.
This commit is contained in:
NIIBE Yutaka 2012-07-20 16:34:07 +09:00
parent 34b78c7d82
commit b6b08b6b93

View File

@ -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;