mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/dropbear: don't require a hardware TRNG
Dropbear gathers its entropy from /dev/urandom (libtomcrypt's rng_get_bytes tries /dev/urandom before /dev/random), so requiring ARCH_HAVE_RNG and DEV_RANDOM shuts the port out of targets without a hardware TRNG -- including the simulator, where a dropbear configuration silently loses NETUTILS_DROPBEAR at configure time. Keep only the DEV_URANDOM requirement. Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
This commit is contained in:
parent
62b7e95530
commit
9b540556a1
1 changed files with 0 additions and 2 deletions
|
|
@ -14,8 +14,6 @@ menuconfig NETUTILS_DROPBEAR
|
|||
depends on FSUTILS_PASSWD
|
||||
depends on PSEUDOTERM
|
||||
depends on SERIAL
|
||||
depends on ARCH_HAVE_RNG
|
||||
depends on DEV_RANDOM
|
||||
depends on DEV_URANDOM
|
||||
depends on LIBC_NETDB
|
||||
depends on LIBC_GAISTRERROR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue