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

Omit initial status request callback check.

PR#3178
parent fa2026dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1261,7 +1261,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
				}
			}
		else if (type == TLSEXT_TYPE_status_request &&
		         s->version != DTLS1_VERSION && s->ctx->tlsext_status_cb)
		         s->version != DTLS1_VERSION)
			{
		
			if (size < 5)