ANDROID: ABI: add another missing symbol to the fips140 symbol list
For some reason rng_is_initialized was left off from commit0ca9901b89("ANDROID: ABI: add missing symbols to fips140 symbol list") which breaks the fips140 build. Fix that up by adding it to the list. Bug: 188620248 Cc: Eric Biggers <ebiggers@google.com> Fixes:0ca9901b89("ANDROID: ABI: add missing symbols to fips140 symbol list") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: If778fb9a46a23a68d2c6206680b670d0ea58c6af
This commit is contained in:
@@ -110,6 +110,7 @@
|
||||
_raw_spin_unlock
|
||||
refcount_warn_saturate
|
||||
register_random_ready_notifier
|
||||
rng_is_initialized
|
||||
scatterwalk_ffwd
|
||||
scatterwalk_map_and_copy
|
||||
sg_init_one
|
||||
|
||||
Reference in New Issue
Block a user