C_GetInfo(): use "OpenSC (www.opensc-project.org)" instead of

"OpenSC Project (www.opensc-project.org)" for the manufacturerID to
avoid a truncation at 32 characters


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3012 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2006-09-14 08:55:06 +00:00
parent b1a87b6fa5
commit 3e2e82dde9
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ CK_RV C_GetInfo(CK_INFO_PTR pInfo)
pInfo->cryptokiVersion.major = 2;
pInfo->cryptokiVersion.minor = 11;
strcpy_bp(pInfo->manufacturerID,
"OpenSC Project (www.opensc-project.org)",
"OpenSC (www.opensc-project.org)",
sizeof(pInfo->manufacturerID));
strcpy_bp(pInfo->libraryDescription,
"smart card PKCS#11 API",