[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Rich Salz
rsalz at openssl.org
Fri Sep 25 15:39:32 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via 605a54ef1c17f93d5a5f09150953f444d4a3ad39 (commit)
from 51ff683c12104f667c33f37c1fdb35ab47571ea1 (commit)
- Log -----------------------------------------------------------------
commit 605a54ef1c17f93d5a5f09150953f444d4a3ad39
Author: Rich Salz <rsalz at openssl.org>
Date: Fri Sep 25 11:38:43 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 cb28758..14e0a87 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="--d --strict-warnings"
matrix:
exclude:
More information about the openssl-commits
mailing list