summaryrefslogtreecommitdiff
path: root/lib/x509/key_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/key_decode.c')
-rw-r--r--lib/x509/key_decode.c4
1 files changed, 2 insertions, 2 deletions
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 */