diff options
author | Rich Salz <rsalz@openssl.org> | 2017-05-22 19:09:58 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-05-22 19:09:58 +0200 |
commit | 67a8c1058f81ca7a53f981932b08d595776420d7 (patch) | |
tree | bbda193e732275c44b3b0d255b9cf037f09121d1 /.travis.yml | |
parent | Add an error to the stack on failure in dtls1_write_bytes() (diff) | |
download | openssl-67a8c1058f81ca7a53f981932b08d595776420d7.tar.xz openssl-67a8c1058f81ca7a53f981932b08d595776420d7.zip |
Revert "Integration build a small memory image"
This reverts commit e2580e70d5c644c5dadd33ffa8bb23223959b87a.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Updates https://github.com/openssl/openssl/pull/3268)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fd3e671e33..03028f3af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,7 +121,7 @@ matrix: sources: - ubuntu-toolchain-r-test compiler: gcc-5 - env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-aria -DPEDANTIC -DOPENSSL_SMALL_FOOTPRINT" OPENSSL_TEST_RAND_ORDER=0 + env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-aria -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0 - os: linux addons: apt: |