From 0f5af6b1b854a7086e025f51f1794b179131e61c Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 7 Apr 2017 11:23:00 +0100 Subject: [PATCH] Remove an out of date TODO Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3139) --- ssl/statem/extensions_cust.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ssl/statem/extensions_cust.c b/ssl/statem/extensions_cust.c index ea79a98f17..3188adea0c 100644 --- a/ssl/statem/extensions_cust.c +++ b/ssl/statem/extensions_cust.c @@ -393,11 +393,6 @@ static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, parse_cb_wrap->parse_arg = parse_arg; parse_cb_wrap->parse_cb = parse_cb; - /* - * TODO(TLS1.3): Is it possible with the old API to add custom exts for both - * client and server for the same type in the same SSL_CTX? We don't handle - * that yet. - */ ret = add_custom_ext_intern(ctx, role, ext_type, context, custom_ext_add_old_cb_wrap, -- 2.25.1