summaryrefslogtreecommitdiff
path: root/lib/pkcs11.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pkcs11.c')
-rw-r--r--lib/pkcs11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index fbe2b48f22..2ec642bf8a 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -2999,7 +2999,6 @@ find_privkeys(struct pkcs11_session_info *sinfo,
/* Find an object with private key class and a certificate ID
* which matches the certificate. */
- /* FIXME: also match the cert subject. */
a[0].type = CKA_CLASS;
a[0].value = &class;
a[0].value_len = sizeof class;