YKCS11: Return the object handler after importing certs/keys.

This commit is contained in:
Alessio Di Mauro
2015-11-27 10:06:26 +01:00
parent 59faa09c7a
commit 8b0ed073d3
+3
View File
@@ -1038,6 +1038,9 @@ CK_DEFINE_FUNCTION(CK_RV, C_CreateObject)(
return rv; return rv;
} }
} }
*phObject = PIV_PVTK_OBJ_PIV_AUTH + id;
break; break;
default: default: