This engine is going away (in fact they all are), so just remove the
test cases referencing this engine
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28461)
[ "with polling", [ "-poll_count", "1" ], 1 ]
);
-# loader_attic doesn't build on VMS, so we don't test it
-push @cmp_server_tests, (
- [ "with loader_attic engine", [ "-engine", "loader_attic"], 1 ]
- )
- unless disabled('loadereng');
-
plan tests => @cmp_basic_tests + @cmp_server_tests;
foreach (@cmp_basic_tests) {