diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-13 16:15:26 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-13 16:15:26 +0100 |
commit | 64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a (patch) | |
tree | f86e6fba6c3250aea26429bed2f5c80c97494aa0 /lib/x509asn1.c | |
parent | 86e21973376320b243b180679ff9c439b92e7cd0 (diff) | |
download | curl-64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a.tar.gz |
cleanup: general removal of TODO (and similar) comments
They tend to never get updated anyway so they're frequently inaccurate
and we never go back to revisit them anyway. We document issues to work
on properly in KNOWN_BUGS and TODO instead.
Diffstat (limited to 'lib/x509asn1.c')
-rw-r--r-- | lib/x509asn1.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/x509asn1.c b/lib/x509asn1.c index a3dfd646b..0cf8ee55b 100644 --- a/lib/x509asn1.c +++ b/lib/x509asn1.c @@ -857,11 +857,6 @@ static void do_pubkey(struct SessionHandle * data, int certnum, do_pubkey_field(data, certnum, "dh(g)", &elem); do_pubkey_field(data, certnum, "dh(pub_key)", &pk); } -#if 0 /* Patent-encumbered. */ - else if(curl_strequal(algo, "ecPublicKey")) { - /* Left TODO. */ - } -#endif } CURLcode Curl_extract_certinfo(struct connectdata * conn, |