mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
CT test can't run without EC, so skip it on that algo as well
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
c469a9a81e
commit
467bbe090b
@ -7,5 +7,5 @@ setup("test_ct");
|
||||
$ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.conf");
|
||||
$ENV{CT_DIR} = srctop_file("test", "ct");
|
||||
$ENV{CERTS_DIR} = srctop_file("test", "certs");
|
||||
simple_test("test_ct", "ct_test", "ct");
|
||||
simple_test("test_ct", "ct_test", "ct", "ec");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user