diff options
author | Richard Levitte <levitte@openssl.org> | 2020-02-06 11:31:41 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-02-07 14:54:36 +0100 |
commit | 0e43960e88128bb86031a45c0fe9ca3e3a310c3b (patch) | |
tree | 2485faf806e14200e0648468bea544364fc13f62 /test/build.info | |
parent | Configure: Add easy to use disabled deprecated functionality indicators (diff) | |
download | openssl-0e43960e88128bb86031a45c0fe9ca3e3a310c3b.tar.xz openssl-0e43960e88128bb86031a45c0fe9ca3e3a310c3b.zip |
Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11027)
Diffstat (limited to 'test/build.info')
-rw-r--r-- | test/build.info | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info index 9129d0651d..5c606b364c 100644 --- a/test/build.info +++ b/test/build.info @@ -171,8 +171,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[evp_pkey_provided_test]=../include ../apps/include DEPEND[evp_pkey_provided_test]=../libcrypto libtestutil.a - IF[{- !$disabled{"deprecated"} - || (defined $config{"api"} && $config{"api"} < 30000) -}] + IF[{- !$disabled{'deprecated-3.0'} -}] PROGRAMS{noinst}=igetest bftest casttest SOURCE[igetest]=igetest.c |