Fix issues in ia32 RDRAND asm leading to reduced entropy
[openssl.git] / test / recipes / 80-test_ssl_old.t
index 543ca961350b28e1ad53c09660b88f3cab5df87b..f89779c0c35fb3be893932a5c679a4f92fdf8b48 100644 (file)
@@ -450,7 +450,8 @@ sub testssl {
                     note "*****SKIPPING $protocol $cipher";
                     ok(1);
                 } else {
-                    ok(run(test([@ssltest, @exkeys, "-cipher", $cipher, $flag])),
+                    ok(run(test([@ssltest, @exkeys, "-cipher", $cipher,
+                                 $flag || ()])),
                     "Testing $cipher");
                 }
             }