some structural changes; might not even compile

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-10-19 17:30:59 +00:00
parent 2656921bbe
commit a6a988ec68
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ int main(int argc, char **argv) {
fprintf(stderr, "Certificate read failed with %d\n", i);
return 1;
}
i = sc_pkcs15_read_pin_object(&card, 0);
i = sc_pkcs15_read_pin_object(&card, 1, NULL);
if (i) {
fprintf(stderr, "PIN object read failed with %d\n", i);
return 1;