From: Pauli Date: Wed, 24 Jun 2020 21:55:47 +0000 (+1000) Subject: rand: include the CPU source in a build. X-Git-Tag: openssl-3.0.0-alpha5~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64fdea12beb7fa0a1c2d2c67ee998e3e5d895b0b;p=thirdparty%2Fopenssl.git rand: include the CPU source in a build. Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/12267) --- diff --git a/.travis.yml b/.travis.yml index bc28ac7adf7..be9ba1e68f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ jobs: env: CONFIG_OPTS="" DESTDIR="_install" - os: linux compiler: clang - env: CONFIG_OPTS="no-asm no-makedepend enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" CPPFLAGS="-ansi" + env: CONFIG_OPTS="no-asm no-makedepend enable-buildtest-c++ --strict-warnings --with-rand-seed=rdcpu,os -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" CPPFLAGS="-ansi" - os: osx compiler: gcc - os: osx