[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Wed Mar 14 19:27:12 UTC 2018


The branch master has been updated
       via  35a164ea6dcb015278ef74430c0bf1586e268c4a (commit)
      from  65865cb9cc53b97e6cb0d0ce932328ad558784fa (commit)


- Log -----------------------------------------------------------------
commit 35a164ea6dcb015278ef74430c0bf1586e268c4a
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Mar 14 14:04:18 2018 +0000

    Fix no-ec
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5618)

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

Summary of changes:
 test/recipes/80-test_ssl_new.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index 8d52d1b..e15d87e 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -68,6 +68,7 @@ my %conf_dependent_tests = (
   "20-cert-select.conf" => !$is_default_tls || $no_dh || $no_dsa,
   "22-compression.conf" => !$is_default_tls,
   "25-cipher.conf" => disabled("poly1305") || disabled("chacha"),
+  "27-ticket-appdata.conf" => !$is_default_tls,
 );
 
 # Add your test here if it should be skipped for some compile-time


More information about the openssl-commits mailing list