Commit 7d152a3c authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 625b0d51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);