Remove unnecessary sectioning in ssl.h.
There's only one thing under "SNI Extension". Change-Id: I8d8c54c286cb5775a20c4e2623896eb9be2f0009 Reviewed-on: https://boringssl-review.googlesource.com/8181 Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
24fe4489d3
commit
0d21dcd9bb
@ -4176,13 +4176,10 @@ typedef struct ssl3_state_st {
|
|||||||
uint16_t received;
|
uint16_t received;
|
||||||
} custom_extensions;
|
} custom_extensions;
|
||||||
|
|
||||||
/* SNI extension */
|
|
||||||
|
|
||||||
/* should_ack_sni is used by a server and indicates that the SNI extension
|
/* should_ack_sni is used by a server and indicates that the SNI extension
|
||||||
* should be echoed in the ServerHello. */
|
* should be echoed in the ServerHello. */
|
||||||
unsigned should_ack_sni:1;
|
unsigned should_ack_sni:1;
|
||||||
|
|
||||||
|
|
||||||
/* Client-only: cert_req determines if a client certificate is to be sent.
|
/* Client-only: cert_req determines if a client certificate is to be sent.
|
||||||
* This is 0 if no client Certificate message is to be sent, 1 if there is
|
* This is 0 if no client Certificate message is to be sent, 1 if there is
|
||||||
* a client certificate, and 2 to send an empty client Certificate
|
* a client certificate, and 2 to send an empty client Certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user