View | Details | Raw Unified | Return to bug 3058
Collapse All | Expand All

(-)a/ssh-pkcs11.c (-1 / +1 lines)
Lines 1523-1529 pkcs11_register_provider(char *provider_id, char *pin, struct sshkey ***keyp, Link Here
1523
		goto fail;
1523
		goto fail;
1524
	}
1524
	}
1525
	if (p->nslots == 0) {
1525
	if (p->nslots == 0) {
1526
		error("%s: provider %s returned no slots", __func__,
1526
		debug("%s: provider %s returned no slots", __func__,
1527
		    provider_id);
1527
		    provider_id);
1528
		ret = -SSH_PKCS11_ERR_NO_SLOTS;
1528
		ret = -SSH_PKCS11_ERR_NO_SLOTS;
1529
		goto fail;
1529
		goto fail;

Return to bug 3058