summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/ncrypto/ncrypto.h2
-rw-r--r--lib/ncrypto_local.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h
index 24d8e8e..f82cf0e 100644
--- a/include/ncrypto/ncrypto.h
+++ b/include/ncrypto/ncrypto.h
@@ -120,8 +120,6 @@ CK_RV ncr_public_key_verify (CK_MECHANISM_TYPE mech,
struct ncr_digest_session;
-/* FIXME: support HMAC */
-
/* Session lifetime management. */
CK_RV ncr_digest_alloc (struct ncr_digest_session **sess,
CK_MECHANISM_TYPE mech);
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)
{