summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/certtool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/certtool.c b/src/certtool.c
index ea8fc81c67..11dc27a6fd 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -3702,8 +3702,7 @@ void smime_to_pkcs7(void)
char *lineptr = NULL;
ssize_t len;
- /* Find body. FIXME: Handle non-b64 Content-Transfer-Encoding.
- Reject non-S/MIME tagged Content-Type's? */
+ /* Find body. We do not handle non-b64 Content-Transfer-Encoding. */
do {
len = getline(&lineptr, &linesize, infile);
if (len == -1) {