aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/03-test_internal_siphash.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-20 11:24:33 +0100
committerRichard Levitte <levitte@openssl.org>2017-03-20 11:24:33 +0100
commite41e5d1e73c878261560e4b122cf309a0ecb42b8 (patch)
tree4493eed648056ee486fc71efe60707c58c20db8c /test/recipes/03-test_internal_siphash.t
parent691e302be3ededfcdef10c5f4c0d024ef1545b48 (diff)
downloadopenssl-e41e5d1e73c878261560e4b122cf309a0ecb42b8.zip
openssl-e41e5d1e73c878261560e4b122cf309a0ecb42b8.tar.gz
openssl-e41e5d1e73c878261560e4b122cf309a0ecb42b8.tar.bz2
Fix a few internals tests
The internals tests for chacha, poly1305 and siphash were erroneously made conditional on if mdc2 was enabled. Corrected to depend on the correct algorithms being enabled instead. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2991)
Diffstat (limited to 'test/recipes/03-test_internal_siphash.t')
-rw-r--r--test/recipes/03-test_internal_siphash.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/03-test_internal_siphash.t b/test/recipes/03-test_internal_siphash.t
index 1a8a617..1817e4e 100644
--- a/test/recipes/03-test_internal_siphash.t
+++ b/test/recipes/03-test_internal_siphash.t
@@ -16,4 +16,4 @@ setup("test_internal_siphash");
plan skip_all => "This test is unsupported in a shared library build on Windows"
if $^O eq 'MSWin32' && !disabled("shared");
-simple_test("test_internal_siphash", "siphash_internal_test", "mdc2");
+simple_test("test_internal_siphash", "siphash_internal_test", "siphash");