Fix some test failures when Configured with zlib
authorMatt Caswell <matt@openssl.org>
Sat, 19 Sep 2015 19:07:33 +0000 (20:07 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 19 Sep 2015 19:07:33 +0000 (20:07 +0100)
commit50db968aad353756f71b844d6edc1cf58231e78c
tree8bada4ff91adc4df1cbe1acc9f41d2935ac17d58
parenta760a3805b49736632f14297a1c489290d4c1a6b
Fix some test failures when Configured with zlib

TLSProxy was failing if we are Configured with compression because it
doesn't support it. This fix simply switches compression off for the
purposes of the test.

Reviewed-by: Richard Levitte <levitte@openssl.org>
util/TLSProxy/Proxy.pm