Fixed wrong free.

This commit is contained in:
Alessio Di Mauro
2015-08-12 17:05:47 +02:00
parent 9c082be082
commit de083bb27a
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1274,7 +1274,7 @@ CK_DEFINE_FUNCTION(CK_RV, C_SignInit)(
return CKR_KEY_HANDLE_INVALID;
}
DBG(("Key algorithm is %lu\n", type));
DBG(("Key type is %lu\n", type));
// Get key length and algorithm type
if (type == CKK_RSA) {