summaryrefslogtreecommitdiff
path: root/test/ssl_old_test.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:27:31 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commitfd009d763a931c4cd01f5181a2b0801d205f782a (patch)
tree1a43eeda9efa766bba6b983737b84844ee77fbe8 /test/ssl_old_test.c
parentfb6ad22e36a1ade653f4b6881ddeee128e8b5001 (diff)
downloadopenssl-new-fd009d763a931c4cd01f5181a2b0801d205f782a.tar.gz
test: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'test/ssl_old_test.c')
-rw-r--r--test/ssl_old_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssl_old_test.c b/test/ssl_old_test.c
index c779b72371..60a275a014 100644
--- a/test/ssl_old_test.c
+++ b/test/ssl_old_test.c
@@ -636,7 +636,7 @@ static void sv_usage(void)
#endif
fprintf(stderr, " -no_dhe - disable DHE\n");
#ifndef OPENSSL_NO_EC
- fprintf(stderr, " -no_ecdhe - disable ECDHE\nTODO(openssl-team): no_ecdhe was broken by auto ecdh. Make this work again.\n");
+ fprintf(stderr, " -no_ecdhe - disable ECDHE\n");
#endif
#ifndef OPENSSL_NO_PSK
fprintf(stderr, " -psk arg - PSK in hex (without 0x)\n");