]> git.ipfire.org Git - thirdparty/hostap.git/commit
random: Remove write-only variable random_entropy_file_read
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Aug 2018 16:49:06 +0000 (19:49 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 2 Sep 2018 09:51:06 +0000 (12:51 +0300)
commit2543b19e46f6765ff0911643081b0d91536059ea
tree55f6d19c3340212fe23dfd4328b9051301fe5fe6
parentb5ebe5dd5b03f4b499b88a6ce14dc67f13a0d212
random: Remove write-only variable random_entropy_file_read

This variable is never read, so it's not needed. Remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/crypto/random.c