[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Feb 14 18:15:36 UTC 2017


The branch master has been updated
       via  b08ee30bf4fb3d0c92d838778332b7a3afbdb062 (commit)
      from  52f4840cb237cc37cad5eac8328828cf3d3e1049 (commit)


- Log -----------------------------------------------------------------
commit b08ee30bf4fb3d0c92d838778332b7a3afbdb062
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)

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

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

diff --git a/.travis.yml b/.travis.yml
index a60c402..7b9e671 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,7 @@ env:
     - CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes" CHECKDOCS="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