dropbear: clarify DROPBEAR_MODERN_ONLY option

don't mention SHA1 in order to not confuse users - SHA1 support is already disabled (except RSA-SHA1 signagures).

ref: https://github.com/openwrt/openwrt/issues/15281

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
This commit is contained in:
Konstantin Demin 2024-05-06 16:20:16 +03:00 committed by Hauke Mehrtens
parent f230d00e64
commit 2cd414c33e
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ config DROPBEAR_MODERN_ONLY
and disables:
- AES
- RSA
- SHA1
Reduces binary size by about 64 kB (MIPS) from default
configuration.