From 304ef620819d87b9bf0c128da0eb4d9d394a2954 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 15 Mar 2019 17:00:17 +0100 Subject: Removed all FIXME comments in code We expand informational comments on limitations, but with removing FIXME (keyword didn't help fixing these), and remove completely unhelpful or comments about ideas. Signed-off-by: Nikos Mavrogiannopoulos --- lib/x509/mpi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/x509/mpi.c') diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c index 664b22c509..b0e83337e7 100644 --- a/lib/x509/mpi.c +++ b/lib/x509/mpi.c @@ -134,9 +134,9 @@ _gnutls_get_asn_mpis(ASN1_TYPE asn, const char *root, _asnstr_append_name(name, sizeof(name), root, ".algorithm.parameters"); - /* FIXME: If the parameters are not included in the certificate + /* If the parameters are not included in the certificate * then the issuer's parameters should be used. This is not - * needed in practice though. + * implemented, nor used in practice. */ if (pk_algorithm != GNUTLS_PK_RSA && pk_algorithm != GNUTLS_PK_EDDSA_ED25519 && pk_algorithm != GNUTLS_PK_ECDH_X25519) { /* RSA and EdDSA do not use parameters */ -- cgit v1.2.1