Fix a strict warnings error in rand_pool_acquire_entropy
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 24 Aug 2019 09:38:32 +0000 (11:38 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Sep 2019 08:57:20 +0000 (09:57 +0100)
There was a warning about unused variables in this config:
./config --strict-warnings --with-rand-seed=rdcpu

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9687)


No differences found