[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Sun Feb 19 10:57:22 UTC 2017


The branch master has been updated
       via  0837bd869b4f3c95ff78f29a05cb94c10b39d54f (commit)
      from  d89f66412ba5168e7d6fd9dd88619d927d716f55 (commit)


- Log -----------------------------------------------------------------
commit 0837bd869b4f3c95ff78f29a05cb94c10b39d54f
Author: Todd Short <tshort at akamai.com>
Date:   Thu Feb 16 09:09:39 2017 -0500

    Internal siphash tests are not run.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2649)

-----------------------------------------------------------------------

Summary of changes:
 test/recipes/03-test_internal.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/recipes/03-test_internal.t b/test/recipes/03-test_internal.t
index 33cb7a3..e63f0d2 100644
--- a/test/recipes/03-test_internal.t
+++ b/test/recipes/03-test_internal.t
@@ -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;
 


More information about the openssl-commits mailing list