Skip to content

Commit

Permalink
Omit initial status request callback check.
Browse files Browse the repository at this point in the history
PR#3178
  • Loading branch information
Kaspar Brand authored and snhenson committed Jan 16, 2014
1 parent 9f10e92 commit d0b039d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ssl/t1_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -2290,8 +2290,7 @@ static int ssl_scan_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char
return 0;
}
}
else if (type == TLSEXT_TYPE_status_request
&& s->ctx->tlsext_status_cb)
else if (type == TLSEXT_TYPE_status_request)
{

if (size < 5)
Expand Down

0 comments on commit d0b039d

Please sign in to comment.