summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-08-12 16:18:55 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-08-28 18:09:59 +0100
commitcd2e17020e6ce6ba1d29d643bfaf1758302c8ca7 (patch)
tree78591a3ebad9b74bbbc8b81e826a4d505bb23653 /ssl/ssl3.h
parent9346c75cb8bea75d3410be65f5b625289f375b2d (diff)
Remove serverinfo checks.
Since sanity checks are performed for all custom extensions the serverinfo checks are no longer needed. Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit 707b026d7871eb12c23671c975e6a15a8c331785) Conflicts: ssl/ssl3.h ssl/t1_lib.c
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 504ad49d3b..7ba8f4c130 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -568,13 +568,6 @@ typedef struct ssl3_state_st
char is_probably_safari;
#endif /* !OPENSSL_NO_EC */
- /* serverinfo_client_tlsext_custom_types contains an array of TLS Extension types which
- * were advertised by the client in its ClientHello and leveraged by ServerInfo TLS extension callbacks.
- * The array does not contain any duplicates, and is in the same order
- * as the types were received in the client hello. */
- unsigned short *serverinfo_client_tlsext_custom_types;
- size_t serverinfo_client_tlsext_custom_types_count; /* how many serverinfo_client_tlsext_custom_types */
-
/* ALPN information
* (we are in the process of transitioning from NPN to ALPN.) */