random: ctr_drbg: Remove unused variable
state_sem was statically defined but never used. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
eeea26d206
commit
eba567cf18
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@
|
||||||
|
|
||||||
#endif /* CONFIG_MBEDTLS */
|
#endif /* CONFIG_MBEDTLS */
|
||||||
|
|
||||||
static K_SEM_DEFINE(state_sem, 1, 1);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* entropy_dev is initialized at runtime to allow first time initialization
|
* entropy_dev is initialized at runtime to allow first time initialization
|
||||||
* of the ctr_drbg engine.
|
* of the ctr_drbg engine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue