From 0d21dcd9bb2cf06341369cfad94054af3e2aacd1 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 7 Jun 2016 16:17:06 -0400 Subject: [PATCH] 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 --- include/openssl/ssl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index 2b075576..9bc43ae4 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -4176,13 +4176,10 @@ typedef struct ssl3_state_st { uint16_t received; } custom_extensions; - /* SNI extension */ - /* should_ack_sni is used by a server and indicates that the SNI extension * should be echoed in the ServerHello. */ unsigned should_ack_sni:1; - /* 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 * a client certificate, and 2 to send an empty client Certificate