aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-26 11:45:02 +0000
committerMatt Caswell <matt@openssl.org>2016-12-08 17:18:51 +0000
commit24b8e4b2c835d6bf52c2768d4d4a78ed7d7e85bb (patch)
tree333a42c7d610bb9964b945fd85d489e7110a9e9b /ssl/statem/statem_locl.h
parent02f0274e8c0596dcf7e2d104250232a42c650b96 (diff)
downloadopenssl-24b8e4b2c835d6bf52c2768d4d4a78ed7d7e85bb.zip
openssl-24b8e4b2c835d6bf52c2768d4d4a78ed7d7e85bb.tar.gz
openssl-24b8e4b2c835d6bf52c2768d4d4a78ed7d7e85bb.tar.bz2
Simplify ClientHello extension parsing
Remove some functions that are no longer needed now that we have the new extension framework. Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich Salz Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/statem/statem_locl.h')
-rw-r--r--ssl/statem/statem_locl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/statem/statem_locl.h b/ssl/statem/statem_locl.h
index 0ec2353..23341d6 100644
--- a/ssl/statem/statem_locl.h
+++ b/ssl/statem/statem_locl.h
@@ -182,8 +182,6 @@ int tls_parse_client_etm(SSL *s, PACKET *pkt, int *al);
int tls_parse_client_key_share(SSL *s, PACKET *pkt, int *al);
int tls_parse_client_ems(SSL *s, PACKET *pkt, int *al);
-int tls_scan_clienthello_tlsext(SSL *s, CLIENTHELLO_MSG *hello, int *al);
-
int tls_construct_server_renegotiate(SSL *s, WPACKET *pkt, int *al);
int tls_construct_server_server_name(SSL *s, WPACKET *pkt, int *al);
#ifndef OPENSSL_NO_EC