aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/certcheck.c')
-rw-r--r--sm/certcheck.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sm/certcheck.c b/sm/certcheck.c
index 07f2d3509..612a3d2d6 100644
--- a/sm/certcheck.c
+++ b/sm/certcheck.c
@@ -256,10 +256,6 @@ gpgsm_create_cms_signature (KsbaCert cert, GCRY_MD_HD md, int mdalgo,
gcry_md_get_algo_dlen (mdalgo), mdalgo,
r_sigval, &siglen);
xfree (grip);
- /* FIXME: we should check that the returned S-Exp is valid fits int
- siglen. It ould probably be a good idea to scan and print it
- again to make this sure and be sure that we have canoncical
- encoding */
return rc;
}