summaryrefslogtreecommitdiffstats
path: root/lib/ncrypto_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ncrypto_local.c')
-rw-r--r--lib/ncrypto_local.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ncrypto_local.c b/lib/ncrypto_local.c
index 1bd4245..0dc9cbe 100644
--- a/lib/ncrypto_local.c
+++ b/lib/ncrypto_local.c
@@ -144,7 +144,6 @@ ncr_symm_key_generate (struct ncr_symm_key **key, CK_MECHANISM_TYPE mech,
CK_RV res;
g_return_val_if_fail (key != NULL, CKR_ARGUMENTS_BAD);
- /* FIXME: PKCS#11 modules should refuse keys with incorrect parity here */
switch (mech)
{