Use the built in boolean type for CompressionExpected
authorMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 13:41:10 +0000 (13:41 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 16:49:28 +0000 (16:49 +0000)
commitb6611753a6d9bef6a8c16850a9eb9215d8a84fac
treee39b072f2d86c8db226f0c8d10133376a22d751f
parent439db0c97bd50cae008e876c6c8ed5e5011bf6eb
Use the built in boolean type for CompressionExpected

Don't create a custom boolean type for parsing CompressionExpected. Use
the existing one instead.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2814)
test/handshake_helper.h
test/ssl_test.c
test/ssl_test_ctx.c
test/ssl_test_ctx.h
test/ssl_test_ctx_test.c