Move CLIENTHELLO_MSG up in the header
authorBenjamin Kaduk <bkaduk@akamai.com>
Mon, 23 Jan 2017 23:00:47 +0000 (17:00 -0600)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 Feb 2017 18:24:37 +0000 (19:24 +0100)
commitcb7a1f5fca4da49dbad1b3f453e7446baa23c1fe
tree4734cec1187d26872bea186299e7a6843dc4ba7a
parent26f426846ec3798a27f19600f05e4e41446d5b4f
Move CLIENTHELLO_MSG up in the header

We'll be adding a field of this type to struct ssl_st in a subsequent
commit, and need the type definition to be in scope already.
Also move up the RAW_EXTENSION definition that it depends on.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2279)
ssl/ssl_locl.h