Changeset 129 in engine_pkcs11
- Timestamp:
- 09/23/10 13:07:09 (20 months ago)
- File:
-
- 1 edited
-
trunk/src/engine_pkcs11.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine_pkcs11.c
r125 r129 365 365 366 366 /* ... or "label_" */ 367 if (strncmp(slot_id + i, "label_", 6) == 0) 367 if (strncmp(slot_id + i, "label_", 6) == 0) { 368 368 *slot = n; 369 369 return (*label = strdup(slot_id + i + 6)) != NULL; 370 } 370 371 371 372 fprintf(stderr, "could not parse string!\n");
Note: See TracChangeset
for help on using the changeset viewer.
