- print user_consent field

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1348 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-08-11 13:55:16 +00:00
parent 5ff735c71a
commit 954325bb8d
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ void sc_test_print_object(const struct sc_pkcs15_object *obj)
sc_pkcs15_print_id(&obj->auth_id);
printf("\n");
}
if (obj->user_consent)
printf("\tUser consent: %u\n", obj->user_consent);
if (printer)
printer(obj);
}