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)
commite301c147a763f67dcc5ba63eb7e2ae40d83a68aa
tree786442f3ff0ee66d41bd35903d0364113f475ac4
parent1d3cd983f56e0a580ee4216692ee3c9c7bf14de9
Fix a strict warnings error in rand_pool_acquire_entropy

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)
crypto/rand/rand_unix.c