commit | e41e5d1e73c878261560e4b122cf309a0ecb42b8 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Mar 20 11:24:33 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Mar 20 11:24:33 2017 +0100 |
tree | 4493eed648056ee486fc71efe60707c58c20db8c | |
parent | 691e302be3ededfcdef10c5f4c0d024ef1545b48 [diff] |
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)