summaryrefslogtreecommitdiff
path: root/lib/pkcs11_secret.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pkcs11_secret.c')
-rw-r--r--lib/pkcs11_secret.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pkcs11_secret.c b/lib/pkcs11_secret.c
index 828fbff6da..95bbfae757 100644
--- a/lib/pkcs11_secret.c
+++ b/lib/pkcs11_secret.c
@@ -89,8 +89,8 @@ gnutls_pkcs11_copy_secret_key(const char *token_url, gnutls_datum_t * key,
return ret;
}
- /* FIXME: copy key usage flags */
-
+ /* We do not copy key usage flags.
+ */
a[0].type = CKA_CLASS;
a[0].value = &class;
a[0].value_len = sizeof(class);