ANDROID: re-export [un]register_random_ready_notifier()
Commit e6171794 ("crypto: drbg - make reseeding from get_random_bytes() synchronous") removed the export from register_random_ready_notifier() and unregister_random_ready_notifier() but we still have external modules using those functions at the moment (fips, {sigh}) So export them again for now until that gets fixed up... Fixes: e6171794 ("crypto: drbg - make reseeding from get_random_bytes() synchronous") Signed-off-by:Greg Kroah-Hartman <gregkh@google.com> Change-Id: I682a4f2bfcee69f207644b7d23e0e4d9b60930f0
Loading
Please sign in to comment