Commit d0b039d4 authored by Kaspar Brand's avatar Kaspar Brand Committed by Dr. Stephen Henson
Browse files

Omit initial status request callback check.

PR#3178
parent 9f10e929
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)