[openssl-commits] [openssl] OpenSSL_1_0_0-stable update

Rich Salz rsalz at openssl.org
Tue Sep 22 21:22:34 UTC 2015


The branch OpenSSL_1_0_0-stable has been updated
       via  640bc796d653afa32d04f7e07a36bf6045a10c7d (commit)
      from  ac8cd2c0ab203d2add948338d5712839c49cc8df (commit)


- Log -----------------------------------------------------------------
commit 640bc796d653afa32d04f7e07a36bf6045a10c7d
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue Sep 22 17:21:49 2015 -0400

    Remove stricts-warnings on 1.0.0 travis.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (cherry picked from commit 68d53e4f303c0b4926ad109e75ff728db229f497)

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

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

diff --git a/.travis.yml b/.travis.yml
index cb28758..c9b1385 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ compiler:
 env:
     - CONFIG_OPTS=""
     - CONFIG_OPTS="shared"
-    - CONFIG_OPTS="--debug --strict-warnings"
+    - CONFIG_OPTS="--debug"
 
 matrix:
     exclude:


More information about the openssl-commits mailing list