Ignore -rle and -comp when compiled with OPENSSL_NO_COMP.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 25 May 2017 06:46:49 +0000 (08:46 +0200)
committerMatt Caswell <matt@openssl.org>
Thu, 25 May 2017 11:36:45 +0000 (12:36 +0100)
commit8ded5f1b148111607e34a8c3e42571db0951642b
treebbcaa461598575d627e0dd7ac0f4a7aa94ac3045
parentd130456f738cfd7dfb9e192aa6d1848f5faebbf0
Ignore -rle and -comp when compiled with OPENSSL_NO_COMP.
Fixes make test when configured with no-comp.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3545)
ssl/ssltest.c