git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2486 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-08-14 22:00:28 +00:00
parent 59e1f37bb2
commit 5adbeff6e0
1 changed files with 1 additions and 1 deletions

View File

@ -2363,7 +2363,7 @@ sc_get_driver(void)
#if 0
auth_ops.pin_cmd = auth_pin_cmd;
#else
auth_ops.pin_cmd = NULL
auth_ops.pin_cmd = NULL;
#endif
auth_ops.verify = auth_verify;
auth_ops.reset_retry_counter = auth_reset_retry_counter;