X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=3973fafdc76d56677230ea110a45c84d75a7cb86;hp=afd144645b31b580bdc47294f8ef7dc2262ddacc;hb=56e8dc542bd693b2dccea8828b3d8e5fc6932d0c;hpb=9ef1d283fea54f297e35327fdfdfc62e758dd884 diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index afd144645b..3973fafdc7 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1312,6 +1312,7 @@ int tls1_shared_list(SSL *s, unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf, unsigned char *limit, int *al); unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *buf, unsigned char *limit, int *al); int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n); +int tls1_set_server_sigalgs(SSL *s); int ssl_check_clienthello_tlsext_late(SSL *s); int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n); int ssl_prepare_clienthello_tlsext(SSL *s);