Abhishekmishra2808 commented on code in PR #3557:
URL: https://github.com/apache/nuttx-apps/pull/3557#discussion_r3504536434
##########
fsutils/passwd/Kconfig:
##########
@@ -6,8 +6,15 @@
config FSUTILS_PASSWD
bool "Password file support"
default n
+ select CRYPTO
+ select ALLOW_BSD_COMPONENTS
+ select CRYPTO_CRYPTODEV
Review Comment:
Can we make NSH_CONSOLE_LOGIN depend on FSUTILS_PASSWD / cryptodev so login
always uses PBKDF2, and treat NSH_LOGIN_FIXED as an explicit opt-in for legacy
boards only?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]