[openssl-commits] [openssl] OpenSSL_0_9_8-stable update

Rich Salz rsalz at openssl.org
Fri Sep 25 15:43:24 UTC 2015


The branch OpenSSL_0_9_8-stable has been updated
       via  89133ba26a1c9e0fa99dd2cc782fa504ea3a5137 (commit)
      from  1d587fdd1ee151ae4f529dce1a012f18d61b10bb (commit)


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

    Change --debug to -d for compat with old releases.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (cherry picked from commit 1d4ddb4e1a088f1333c4bb155c52c7f94e572bca)

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

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

diff --git a/.travis.yml b/.travis.yml
index 871afa0..f55678d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ compiler:
 env:
     - CONFIG_OPTS=""
     - CONFIG_OPTS="shared"
-    - CONFIG_OPTS="--debug"
+    - CONFIG_OPTS="-d"
 
 matrix:
     exclude:


More information about the openssl-commits mailing list