Limit the output of the enc -ciphers command to just the ciphers enc can
[openssl.git] / test / recipes / 20-test_enc_more.t
index 2ea6897529590d271a95530e92c6422d8831fd7b..1419ddb5c37d63c00d76bb96b05f19550aa20970 100644 (file)
@@ -29,7 +29,7 @@ my $fail = "";
 my $cmd = "openssl";
 
 my @ciphers =
-    grep(! /wrap|hmac|poly|ocb|xts|^$|^[^-]|(?i)[cg]cm/,
+    grep(! /wrap|^$|^[^-]/,
          (map { split /\s+/ }
               run(app([$cmd, "enc", "-ciphers"]), capture => 1)));