summaryrefslogtreecommitdiffstats
path: root/test/recipes/05-test_bf.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-02-06 11:31:41 +0100
committerRichard Levitte <levitte@openssl.org>2020-02-07 14:54:36 +0100
commit0e43960e88128bb86031a45c0fe9ca3e3a310c3b (patch)
tree2485faf806e14200e0648468bea544364fc13f62 /test/recipes/05-test_bf.t
parentb05d63273277e0a17ade780b6bef2c48cfd3e522 (diff)
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/recipes/05-test_bf.t')
-rw-r--r--test/recipes/05-test_bf.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/recipes/05-test_bf.t b/test/recipes/05-test_bf.t
index 1c7c005f22..138046b2cd 100644
--- a/test/recipes/05-test_bf.t
+++ b/test/recipes/05-test_bf.t
@@ -16,7 +16,6 @@ use OpenSSL::Test::Utils;
setup("test_bf");
plan skip_all => "Low-level Blowfish APIs are disabled in this build"
- if disabled("deprecated")
- && (!defined config("api") || config("api") >= 30000);
+ if disabled('deprecated-3.0');
simple_test("test_bf", "bftest", "bf");