]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/06-test_algorithmid.t
configure: introduce no-ecx to remove ECX related feature
[thirdparty/openssl.git] / test / recipes / 06-test_algorithmid.t
index 8b98efe9096153c2144e5be25f6d9c8d150a6ead..0a8fe44ed65228c3897ce4c3d2af6bb9c5252081 100644 (file)
@@ -41,7 +41,8 @@ my @pubkeys =
     (
      'testrsapub',
      disabled('dsa') ? () : 'testdsapub',
-     disabled('ec') ? () : qw(testecpub-p256 tested25519pub tested448pub)
+     disabled('ec') ? () : qw(testecpub-p256),
+     disabled('ecx') ? () : qw(tested25519pub tested448pub)
     );
 my @certs = sort keys %certs_info;