Remove confusing comment.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
8769314886
commit
a8d40f64d8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user