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:
David Benjamin 2016-06-07 16:17:06 -04:00
parent 24fe4489d3
commit 0d21dcd9bb

View File

@ -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