search for: ck_slot_id

Displaying 1 result from an estimated 1 matches for "ck_slot_id".

2014 Jun 04
0
[patch] Tiny patch to change 'no slots' to debug in PKCS#11 situations
...c 2014-06-04 10:19:09.000000000 +0200 +++ openssh-6.6p1/ssh-pkcs11.c 2014-06-04 10:20:29.000000000 +0200 @@ -602,7 +602,7 @@ goto fail; } if (p->nslots == 0) { - error("no slots"); + debug("no slots"); goto fail; } p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));