mirror of
https://github.com/openssl/openssl.git
synced 2024-12-02 22:44:29 +08:00
Internal siphash tests are not run.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2649)
This commit is contained in:
parent
d89f66412b
commit
0837bd869b
@ -19,7 +19,8 @@ my %known_internal_tests =
|
||||
poly1305_internal_test => !disabled("poly1305") && !$shared_windows,
|
||||
modes_internal_test => !$shared_windows,
|
||||
asn1_internal_test => !$shared_windows,
|
||||
x509_internal_test => !$shared_windows );
|
||||
x509_internal_test => !$shared_windows,
|
||||
siphash_internal_test => !disabled("siphash") && !$shared_windows );
|
||||
|
||||
plan tests => scalar keys %known_internal_tests;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user