[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Jan 28 19:48:27 UTC 2016
The branch master has been updated
via 1119ddff84a4e65327073991a8052002dd71fe00 (commit)
from 78d6a74a6caffb1949da68e599de94a9d309e49a (commit)
- Log -----------------------------------------------------------------
commit 1119ddff84a4e65327073991a8052002dd71fe00
Author: Rich Salz <rsalz at akamai.com>
Date: Thu Jan 28 14:26:50 2016 -0500
Add more components to build.
Add enable-crypto-mdebug enable-rc5 enable-md2 to any target that was
--strict-warnings.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b16998b..e3ab38f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ env:
- CONFIG_OPTS=""
- CONFIG_OPTS="shared"
- CONFIG_OPTS="no-asm"
- - CONFIG_OPTS="--debug --strict-warnings"
+ - CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
matrix:
include:
@@ -37,13 +37,13 @@ matrix:
env: CONFIG_OPTS="-fsanitize=address"
- os: linux
compiler: clang-3.6
- env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined"
+ env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2"
- os: linux
compiler: gcc-5
env: CONFIG_OPTS="-fsanitize=address"
- os: linux
compiler: gcc-5
- env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined"
+ env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2"
exclude:
- os: osx
compiler: clang-3.6
@@ -63,9 +63,9 @@ matrix:
env: CONFIG_OPTS="no-asm"
allow_failures:
- compiler: i686-w64-mingw32-gcc
- env: CONFIG_OPTS="--debug --strict-warnings"
+ env: CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
- compiler: x86_64-w64-mingw32-gcc
- env: CONFIG_OPTS="--debug --strict-warnings"
+ env: CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
before_script:
- sh .travis-create-release.sh $TRAVIS_OS_NAME
More information about the openssl-commits
mailing list