From: Matt Caswell Date: Thu, 8 Dec 2016 11:42:38 +0000 (+0000) Subject: Fix the declaration of tls_parse_extension in statem_locl.h X-Git-Tag: OpenSSL_1_1_1-pre1~2876 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7d152a3c4f58bc2c4e94946e2a8dbf1a855a52f2;p=oweals%2Fopenssl.git Fix the declaration of tls_parse_extension in statem_locl.h Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich Salz Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/ssl/statem/statem_locl.h b/ssl/statem/statem_locl.h index 9d9c1a92b7..94e64b577b 100644 --- a/ssl/statem/statem_locl.h +++ b/ssl/statem/statem_locl.h @@ -155,7 +155,7 @@ __owur int tls_construct_new_session_ticket(SSL *s, WPACKET *pkt); __owur int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context, RAW_EXTENSION **res, int *al); -__owur int tls_parse_extension(SSL *s, unsigned int idx, int context, +__owur int tls_parse_extension(SSL *s, TLSEXT_INDEX idx, int context, RAW_EXTENSION *exts, int *al); __owur int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, int *al);