summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-02-03 22:45:39 +0100
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-02-05 17:00:53 +0100
commitcc5a9ba485b988b036974cf682cda35180788446 (patch)
tree2f403ef482046f48836ad4acb5a185f60dde4bbb /util
parentVMS lacks socklen_t, give it one (diff)
downloadopenssl-cc5a9ba485b988b036974cf682cda35180788446.tar.xz
openssl-cc5a9ba485b988b036974cf682cda35180788446.zip
Restore -no_comp switch for backwards compatible behaviour
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'util')
-rw-r--r--util/TLSProxy/Proxy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/TLSProxy/Proxy.pm b/util/TLSProxy/Proxy.pm
index 283c76564f..45871b8748 100644
--- a/util/TLSProxy/Proxy.pm
+++ b/util/TLSProxy/Proxy.pm
@@ -183,7 +183,7 @@ sub start
or die "Failed to redirect stdout: $!";
open(STDERR, ">&STDOUT");
my $execcmd = $self->execute
- ." s_server -rev -engine ossltest -accept "
+ ." s_server -no_comp -rev -engine ossltest -accept "
.($self->server_port)
." -cert ".$self->cert." -naccept ".$self->serverconnects;
if ($self->ciphers ne "") {