summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_gost2814789.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-01-19 12:06:33 +0000
committerMatt Caswell <matt@openssl.org>2016-01-19 22:29:32 +0000
commita8eda4312db1f98cffda38670e2d40d36566785a (patch)
treeddcc2cf5b264bcf3d8736b7d5aa7166808a60dae /test/recipes/90-test_gost2814789.t
parentc64879d3f3cc4c7f1c436a9fe3bd109847a23629 (diff)
Remove the GOST engine
The GOST engine is now out of date and is removed by this commit. An up to date GOST engine is now being maintained in an external repository. See: https://wiki.openssl.org/index.php/Binaries Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/90-test_gost2814789.t')
-rw-r--r--test/recipes/90-test_gost2814789.t13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/recipes/90-test_gost2814789.t b/test/recipes/90-test_gost2814789.t
deleted file mode 100644
index e97128ff7e..0000000000
--- a/test/recipes/90-test_gost2814789.t
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /usr/bin/perl
-
-use strict;
-use warnings;
-use OpenSSL::Test qw/:DEFAULT top_dir/;
-
-setup("test_gost2814789");
-
-$ENV{OPENSSL_ENGINES} =
- $ENV{BIN_D} ? top_dir($ENV{BIN_D}) : top_dir("engines", "ccgost");
-
-plan tests => 1;
-ok(run(test(["gost2814789test"])), 'running gost2814789test');