From 31eefe1c0cfacf17b5c66aeacfdbc531abb1b98c 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 [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 --- lib/x509/key_decode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/x509/key_decode.c') diff --git a/lib/x509/key_decode.c b/lib/x509/key_decode.c index 1e07bbc441..00f1950acb 100644 --- a/lib/x509/key_decode.c +++ b/lib/x509/key_decode.c @@ -193,9 +193,9 @@ _gnutls_x509_read_dsa_params(uint8_t * der, int dersize, return _gnutls_asn2err(result); } - /* 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 - * done yet. + * implemented, and is not used in practice (along with DSA). */ /* Read p */ -- cgit v1.2.1