summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ncrypto/ncrypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h
index 25cc285..ada244b 100644
--- a/include/ncrypto/ncrypto.h
+++ b/include/ncrypto/ncrypto.h
@@ -114,6 +114,8 @@ 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);