From a6a988ec68b84930881af5fd8e5bf0a9ef6fcaa4 Mon Sep 17 00:00:00 2001 From: jey Date: Fri, 19 Oct 2001 17:30:59 +0000 Subject: [PATCH] some structural changes; might not even compile git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tests/hst-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/hst-test.c b/src/tests/hst-test.c index 5e73bb2f..09384e56 100644 --- a/src/tests/hst-test.c +++ b/src/tests/hst-test.c @@ -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;