git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2186 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2005-02-13 17:58:12 +00:00
parent f2663f5d7c
commit 115891430e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ static int ccid_build_verify_pin_block(u8 * buf, size_t * size, struct sc_pin_cm
/* GLP pin length is encoded in 4 bits and block size is always 8 bytes */
tmp |= 0x40 | 0x08;
}
buf[count++] = 0x00; /* bmPINBlockString */
buf[count++] = tmp; /* bmPINBlockString */
/* bmPINLengthFormat */
tmp = 0x00;