X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=b83b174da9049d5167cbb0ce450924a15aacbf92;hp=c340ac3ce70360d342656647e11489659bec1a6c;hb=09e4e4b98e40b4283d2405ba418d6e2876f4448d;hpb=ce33b42bc65a32e21c5553a7b7fa774420c0e0e1 diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index c340ac3ce7..b83b174da9 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1121,11 +1121,9 @@ int tls1_shared_list(SSL *s, unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit); unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *p, unsigned char *limit); int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n); -int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al); +int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n); int ssl_prepare_clienthello_tlsext(SSL *s); int ssl_prepare_serverhello_tlsext(SSL *s); -int ssl_check_clienthello_tlsext(SSL *s); -int ssl_check_serverhello_tlsext(SSL *s); #ifndef OPENSSL_NO_HEARTBEATS int tls1_heartbeat(SSL *s);