]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix travis builds on master
authorAlessandro Ghedini <alessandro@ghedini.me>
Tue, 6 Oct 2015 16:23:42 +0000 (12:23 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 6 Oct 2015 16:30:47 +0000 (12:30 -0400)
commit2d2846237364671670c4b9a8415ea957887e1797
tree4638d96264250b6104e5b156595814bb1a69a253
parent20218b58b51b55189ada91807459d6bd64f5c986
Fix travis builds on master

-Allow mingw debug builds to fail on Travis CI
-Fix Travis email notifications config
-Rename a variable to avoid a bogus warning with old GCC
 error: declaration of ``dup'' shadows a global declaration [-Werror=shadow]
-Disable pedantic ms-format warnings with mingw
-Properly define const DH parameters
-Restore --debug flag in Travis CI builds; -d would get incorrectly passed
 to ./Configure in mingw debug builds.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
.travis.yml
Configurations/10-main.conf
crypto/bn/bn_dh.c
test/packettest.c