From: Matt Caswell Date: Fri, 7 Apr 2017 10:23:00 +0000 (+0100) Subject: Remove an out of date TODO X-Git-Tag: OpenSSL_1_1_1-pre1~1840 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f5af6b1b854a7086e025f51f1794b179131e61c;p=oweals%2Fopenssl.git Remove an out of date TODO Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3139) --- 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,