summaryrefslogtreecommitdiff
path: root/lib/pkcs11.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-03-15 17:00:17 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-03-16 19:44:14 +0100
commit31eefe1c0cfacf17b5c66aeacfdbc531abb1b98c (patch)
tree58e5a774fa808ce92057396acd08c86d3a64a450 /lib/pkcs11.c
parent9dca575622586e4c94ced9e453ae0a91f346d711 (diff)
downloadgnutls-31eefe1c0cfacf17b5c66aeacfdbc531abb1b98c.tar.gz
Removed all FIXME comments in code [ci skip]
We expand informational comments on limitations, but with removing FIXME (keyword didn't help fixing these), and remove completely unhelpful comments, obsolete ones, or comments about ideas. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
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;