Fix V2ClientHello handling.
authorDavid Benjamin <davidben@google.com>
Sat, 5 Mar 2016 18:14:11 +0000 (13:14 -0500)
committerMatt Caswell <matt@openssl.org>
Wed, 11 May 2016 12:43:41 +0000 (13:43 +0100)
The V2ClientHello code creates an empty compression list, but the
compression list must explicitly contain the null compression (and later
code enforces this).

RT#4387

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>

No differences found