]> granicus.if.org Git - openssl/commitdiff
Remove confusing comment.
authorTJ Saunders <tj@castaglia.org>
Fri, 29 Apr 2016 14:40:28 +0000 (07:40 -0700)
committerRich Salz <rsalz@openssl.org>
Mon, 2 May 2016 16:54:38 +0000 (12:54 -0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_rsa.c

index 57d0813711b3be7a6523defd932f249afb7a5509..82022470bfd7752cb08b4daa075361f0fc5a58b3 100644 (file)
@@ -876,7 +876,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;