From 5c4b8c6f613e82d8fb35ceb6e7f799cedd4d173f Mon Sep 17 00:00:00 2001 From: TJ Saunders Date: Fri, 29 Apr 2016 07:41:50 -0700 Subject: Remove confusing comment. Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- ssl/ssl_rsa.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ssl/ssl_rsa.c') diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c index 34632bbe2d..f1280ad01f 100644 --- a/ssl/ssl_rsa.c +++ b/ssl/ssl_rsa.c @@ -866,7 +866,6 @@ static int serverinfo_process_buffer(const unsigned char *serverinfo, custom_ext_methods *exts = &ctx->cert->srv_ext; custom_ext_method *meth = exts->meths; - /* check for existing callbacks for this extension */ for (i = 0; i < exts->meths_count; i++, meth++) { if (ext_type == meth->ext_type) { have_ext_cbs = 1; -- cgit v1.2.3