summaryrefslogtreecommitdiffstats
path: root/test/recipes/05-test_sha512.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-09-20 02:03:19 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-20 02:06:51 +0200
commit6ff42117815bdba9e84b049e4da3455a5baa7b85 (patch)
treedb155e8eb25b4cb3a60ce781f4022c7989dd4375 /test/recipes/05-test_sha512.t
parent7f990b0ee3abbb94bdb929d38435cce5332f5601 (diff)
Correct sha tests
These tests were checking for specific sha variants, when they should just check if "sha" is disabled. Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'test/recipes/05-test_sha512.t')
-rw-r--r--test/recipes/05-test_sha512.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/05-test_sha512.t b/test/recipes/05-test_sha512.t
index f353ac1373..6522ddd6b7 100644
--- a/test/recipes/05-test_sha512.t
+++ b/test/recipes/05-test_sha512.t
@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
-simple_test("test_sha512", "sha512t", "sha512");
+simple_test("test_sha512", "sha512t", "sha");