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/vtls/openssl.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/vtls/openssl.c')
-rw-r--r-- | lib/vtls/openssl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 1cf29764a..ac4bd19be 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -2382,11 +2382,6 @@ static CURLcode get_cert_chain(struct connectdata *conn, print_pubkey_BN(dh, priv_key, i); print_pubkey_BN(dh, pub_key, i); break; -#if 0 - case EVP_PKEY_EC: /* symbol not present in OpenSSL 0.9.6 */ - /* left TODO */ - break; -#endif } EVP_PKEY_free(pubkey); } |