Commit 62930b2e authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

test_ssl_old: avoid empty strings for flags

parent 5845f7de
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");
                }
            }