Changeset d5b8a6c in OpenSC
- Timestamp:
- 06/05/11 16:53:07 (12 months ago)
- Branches:
- master, staging
- Children:
- f0ab932
- Parents:
- 226bfaa
- git-author:
- vtarasov <vtarasov@…> (06/05/11 16:53:07)
- git-committer:
- vtarasov <vtarasov@…> (06/05/11 16:53:07)
- File:
-
- 1 edited
-
src/pkcs15init/pkcs15-rutoken.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/pkcs15init/pkcs15-rutoken.c
rd888b3f rd5b8a6c 151 151 } 152 152 153 auth_info = (sc_pkcs15_auth_info_t *)pin_obj->data; 153 154 if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN) 154 155 return SC_ERROR_OBJECT_NOT_VALID; 155 156 156 auth_info = (sc_pkcs15_auth_info_t *)pin_obj->data;157 157 for (i = 0; i < sizeof(do_pins)/sizeof(do_pins[0]); ++i) 158 158 if (auth_info->attrs.pin.reference == do_pins[i].id)
Note: See TracChangeset
for help on using the changeset viewer.
