]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/15-test_ec.t
tests: reinstate tests for deprecated but non-removed functionality
[thirdparty/openssl.git] / test / recipes / 15-test_ec.t
index 127c1d12d1e7013db932897d95dceb248bbbc6c4..e8f9e2ffdda6662cd477f16fc09e5bea6935f161 100644 (file)
@@ -27,7 +27,7 @@ ok(run(test(["ectest"])), "running ectest");
 # the command line tool in addition to the algorithm.
 SKIP: {
     skip "Skipping EC conversion test", 3
-        if disabled("ec") || disabled('deprecated-3.0');
+        if disabled("ec");
 
     subtest 'EC conversions -- private key' => sub {
         tconversion("ec", srctop_file("test","testec-p256.pem"));