Changeset 430
- Timestamp:
- 04/10/10 15:21:46 (2 years ago)
- File:
-
- 1 edited
-
trunk/src/common/pkcs11_lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/pkcs11_lib.c
r419 r430 663 663 } 664 664 665 int get_slot_login_required(pkcs11_handle_t *h) 666 { 667 if (h->slot == NULL) { 668 DBG("Login failed: No Slot selected"); 669 return -1; 670 } 671 672 return PK11_NeedLogin(h->slot); 673 } 674 665 675 int close_pkcs11_session(pkcs11_handle_t *h) 666 676 {
Note: See TracChangeset
for help on using the changeset viewer.
