- fixed a few typos

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@188 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2002-01-22 16:43:38 +00:00
parent c8313fb07c
commit cfa366d7e6
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ static CK_RV pkcs15_unbind(struct sc_pkcs11_card *p11card)
static void pkcs15_init_token_info(struct sc_pkcs15_card *card, CK_TOKEN_INFO_PTR pToken)
{
strcpy_bp(pToken->manufacturerID, card->manufacturer_id, 32);
strcpy_bp(pToken->model, "PKCS#15 Smartcard", 16);
strcpy_bp(pToken->model, "PKCS #15 SCard", 16);
strcpy_bp(pToken->serialNumber, card->serial_number, 16);
pToken->ulMaxSessionCount = CK_EFFECTIVELY_INFINITE;
pToken->ulSessionCount = 0; /* FIXME */