[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Rich Salz rsalz at openssl.org
Fri Sep 25 15:44:09 UTC 2015


The branch OpenSSL_1_0_1-stable has been updated
       via  dfa08ea7502d58e10d222165c0200075ef6bb739 (commit)
      from  2bd918696bd779fc15af20b2edd990e9ddb31ee8 (commit)


- Log -----------------------------------------------------------------
commit dfa08ea7502d58e10d222165c0200075ef6bb739
Author: Rich Salz <rsalz at openssl.org>
Date:   Fri Sep 25 11:43:51 2015 -0400

    Fix typo in previous merge
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

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

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

diff --git a/.travis.yml b/.travis.yml
index 14e0a87..3125363 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ compiler:
 env:
     - CONFIG_OPTS=""
     - CONFIG_OPTS="shared"
-    - CONFIG_OPTS="--d --strict-warnings"
+    - CONFIG_OPTS="-d --strict-warnings"
 
 matrix:
     exclude:


More information about the openssl-commits mailing list