X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=3cec5c3eda664fb41b56ac409d708303fe44b7bd;hp=95a9c62776aaf5fc9ce31aacff8bc25c2fdfd73a;hb=a0f63828e3e542ba71b166b3d0cac05833591065;hpb=396d5fd091f68729f0a038a283fe3cca3eb670dd diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 95a9c62776..3cec5c3eda 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -2069,6 +2069,7 @@ __owur unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf, __owur unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *buf, unsigned char *limit, int *al); __owur int ssl_parse_clienthello_tlsext(SSL *s, PACKET *pkt); +void ssl_set_default_md(SSL *s); __owur int tls1_set_server_sigalgs(SSL *s); __owur int ssl_check_clienthello_tlsext_late(SSL *s); __owur int ssl_parse_serverhello_tlsext(SSL *s, PACKET *pkt);