]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
rand: include the CPU source in a build.
authorPauli <paul.dale@oracle.com>
Wed, 24 Jun 2020 21:55:47 +0000 (07:55 +1000)
committerPauli <paul.dale@oracle.com>
Mon, 29 Jun 2020 23:47:57 +0000 (09:47 +1000)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/12267)

.travis.yml

index bc28ac7adf79a9b8f594dcce4ec64c27da69bc1e..be9ba1e68f08685a792cbd89f06e5c1e3a9e51e8 100644 (file)
@@ -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