- added new versions of PKCS #11 header files

- fixed a typo in generic.c


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@134 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2002-01-05 14:56:52 +00:00
parent 5898cc7abc
commit 0a77426aa0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ CK_RV C_GetInfo(CK_INFO_PTR pInfo)
strcpy_bp((char *) pInfo->manufacturerID, "OpenSC Project",
sizeof(pInfo->manufacturerID));
strcpy_bp((char *) pInfo->libraryDescription, "PKCS#15 SmartCard reader",
sizeof(pInfo->libraryDescription);
sizeof(pInfo->libraryDescription));
pInfo->libraryVersion.major = 0;
pInfo->libraryVersion.minor = 1;
return CKR_OK;