More free.

This commit is contained in:
Alessio Di Mauro
2015-08-19 13:23:01 +02:00
parent de083bb27a
commit 6a60c779da
3 changed files with 36 additions and 15 deletions
+1
View File
@@ -738,6 +738,7 @@ CK_RV get_puoa(CK_OBJECT_HANDLE obj, CK_ATTRIBUTE_PTR template) {
len = sizeof(b_tmp);
if (get_curve_parameters(pubkey_objects[piv_objects[obj].sub_id].data, b_tmp, &len) != CKR_OK)
return CKR_FUNCTION_FAILED;
data = b_tmp;
break;