From 64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Nov 2015 16:15:26 +0100 Subject: 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. --- lib/vtls/openssl.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/vtls/openssl.c') 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); } -- cgit v1.2.1