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