random: Fix kconfig symbol name
s/CSPRING_ENABLED/CSPRNG_ENABLED/g Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
23106b81c8
commit
646a06c9fe
7 changed files with 8 additions and 9 deletions
|
@ -85,7 +85,7 @@ ZTEST(rand32_common, test_rand32)
|
|||
"random numbers returned same value with high probability");
|
||||
}
|
||||
|
||||
#if defined(CONFIG_CSPRING_ENABLED)
|
||||
#if defined(CONFIG_CSPRNG_ENABLED)
|
||||
|
||||
printk("Generating bulk fill cryptographically secure random numbers\n");
|
||||
|
||||
|
@ -109,7 +109,7 @@ ZTEST(rand32_common, test_rand32)
|
|||
|
||||
printk("Cryptographically secure random number APIs not enabled\n");
|
||||
|
||||
#endif /* CONFIG_CSPRING_ENABLED */
|
||||
#endif /* CONFIG_CSPRNG_ENABLED */
|
||||
}
|
||||
|
||||
ZTEST_SUITE(rand32_common, NULL, NULL, NULL, NULL, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue