summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-02-28 15:58:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-02-28 16:08:42 +0000
commitc5055adf35772384ebc59e251acfc5276d4a153a (patch)
tree97596cfa6f0c87ce56124898f306890ad66f31b1 /test/recipes
parenta633f2675ec7d031e879703c0b3dee2185bf44da (diff)
Revert rc4test removal, it performs additional tests not in evptests.txt
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2789)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/05-test_rc4.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/recipes/05-test_rc4.t b/test/recipes/05-test_rc4.t
new file mode 100644
index 0000000000..a26c9b8e56
--- /dev/null
+++ b/test/recipes/05-test_rc4.t
@@ -0,0 +1,11 @@
+#! /usr/bin/env perl
+# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the OpenSSL license (the "License"). You may not use
+# this file except in compliance with the License. You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
+
+use OpenSSL::Test::Simple;
+
+simple_test("test_rc4", "rc4test", "rc4");