- changed PIN1 path in PKCS #15 structure

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@184 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2002-01-21 15:37:01 +00:00
parent fee632833a
commit 623e5ad1b4
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ int create_pkcs15()
pin.magic = SC_PKCS15_PIN_MAGIC;
strcpy(pin.com_attr.label, "Authentication PIN");
sc_pkcs15_format_id("01", &pin.auth_id);
sc_format_path("3F00", &pin.path);
sc_format_path("3F005015", &pin.path);
pin.reference = 1;
pin.min_length = 4;
pin.stored_length = 8;