Fix a bug in Renegotiation extension construction
authorMatt Caswell <matt@openssl.org>
Mon, 26 Sep 2016 14:31:20 +0000 (15:31 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 28 Sep 2016 08:15:07 +0000 (09:15 +0100)
commit2f97192c78928ab2b2d44ac2f4859c321f57fd1f
treee8d3dfc6c9e423b20ba92a20b039346487d876e5
parent0086ca4e9bcfc9b8598c81ee356f57130f5fbe5f
Fix a bug in Renegotiation extension construction

The conversion to WPACKET broke the construction of the renegotiation
extension.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/t1_lib.c