[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Rich Salz rsalz at openssl.org
Tue Feb 14 17:10:53 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  55f0883dadcf38ddcf11d6a17899fd8a19ee146c (commit)
      from  b37fce59cb7c48776361ac8cb8a808793016eefd (commit)


- Log -----------------------------------------------------------------
commit 55f0883dadcf38ddcf11d6a17899fd8a19ee146c
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue Feb 14 11:51:22 2017 -0500

    Add no-ec build
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2626)
    (cherry picked from commit b4568b04c7cd425103ac8f1603682e8da2044238)

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

Summary of changes:
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index e848fc7..24f62dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ env:
     - CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
     - CONFIG_OPTS="no-engine no-shared --strict-warnings" BUILDONLY="yes"
     - CONFIG_OPTS="no-stdio --strict-warnings" BUILDONLY="yes"
+    - CONFIG_OPTS="no-ec" BUILDONLY="yes"
 
 matrix:
     include:


More information about the openssl-commits mailing list