[git commit] restore mangled comment

Denys Vlasenko vda.linux at googlemail.com
Sun Jul 6 09:16:43 UTC 2025


commit: https://git.busybox.net/busybox/commit/?id=9c4cd75d12894cd9139d549dfe445f18572ee7d1
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libbb/pw_encrypt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c
index 97dee7229..71f7731fd 100644
--- a/libbb/pw_encrypt.c
+++ b/libbb/pw_encrypt.c
@@ -77,9 +77,9 @@ char* FAST_FUNC crypt_make_pw_salt(char salt[MAX_PW_SALT_LEN], const char *algo)
 // The "j9T$" below is the default "yescrypt parameters" encoded by yescrypt_encode_params_r():
 //
 //shadow-4.17.4/src/passwd.c
-//	salt = crypt_make_rand64encoded(NULL, NULL);
+//	salt = crypt_make_salt(NULL, NULL);
 //shadow-4.17.4/lib/salt.c
-//const char *crypt_make_rand64encoded(const char *meth, void *arg)
+//const char *crypt_make_salt(const char *meth, void *arg)
 //      if (streq(method, "YESCRYPT")) {
 //              MAGNUM(result, 'y');
 //              salt_len = YESCRYPT_SALT_SIZE; // 24


More information about the busybox-cvs mailing list