提交 57ea7a7a 编写于 作者: P Pauli

test_dsa: fix deprecation logic

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10977)
上级 c15c538a
......@@ -20,8 +20,7 @@ plan skip_all => 'DSA is not supported in this build' if disabled('dsa');
plan tests => 7;
my $deprecated_dsa =
disabled('deprecated')
&& (!defined config('api') || config('api') >= 30000);
disabled('deprecated') || !defined config('api') || config('api') >= 30000;
require_ok(srctop_file('test','recipes','tconversion.pl'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册