Use $disabled{"dynamic-engine"} internally
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 01:06:05 +0000 (02:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 13:38:31 +0000 (14:38 +0100)
commit19ab579060aa261bb1f7ed3dcd102471dfd556ee
tree092d99d2fb231c7c16bda0208713c680af19797b
parent2b9608b049eb33269f9b900e9e5f1c37fc1a1563
Use $disabled{"dynamic-engine"} internally

We were kinda sorta using a mix of $disabled{"static-engine" and
$disabled{"dynamic-engine"} in Configure.  Let's avoid confusion,
choose one of them and stick to it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
CHANGES
Configure
test/recipes/70-test_sslcertstatus.t
test/recipes/70-test_sslextension.t
test/recipes/70-test_sslsessiontick.t
test/recipes/70-test_sslskewith0p.t
test/recipes/70-test_sslvertol.t
test/recipes/70-test_tlsextms.t
test/recipes/90-test_networking.t