Fix typo in CONTRIBUTING.md
[openssl.git] / test / recipes / 05-test_rand.t
index 6d097c1721a99402eca7ecd736cbf130999c29dc..dac37b8fd131e7b0b4a83f939652953ccd7386f6 100644 (file)
@@ -32,6 +32,10 @@ SKIP: {
     ok($success && $randdata[0] eq $expected,
        "rand with ossltest: Check rand output is as expected");
 
+    @randdata = run(app(['openssl', 'rand', '-hex', '2K' ]),
+                    capture => 1, statusvar => \$success);
+    chomp(@randdata);
+
     @randdata = run(app(['openssl', 'rand', '-engine', 'dasync', '-hex', '16' ]),
                     capture => 1, statusvar => \$success);
     chomp(@randdata);