Fix a few internals tests
authorRichard Levitte <levitte@openssl.org>
Mon, 20 Mar 2017 10:24:33 +0000 (11:24 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 20 Mar 2017 10:24:33 +0000 (11:24 +0100)
commite41e5d1e73c878261560e4b122cf309a0ecb42b8
tree4493eed648056ee486fc71efe60707c58c20db8c
parent691e302be3ededfcdef10c5f4c0d024ef1545b48
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)
test/recipes/03-test_internal_chacha.t
test/recipes/03-test_internal_poly1305.t
test/recipes/03-test_internal_siphash.t